mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-09 03:34:25 +01:00
Changed max scaling. For crazy giggles.
This commit is contained in:
parent
60a6f18b10
commit
ade8072979
@ -445,7 +445,7 @@ public Map<String, Panel> panels = null;
|
|||||||
PVector machineDragOffset = new PVector (0.0, 0.0);
|
PVector machineDragOffset = new PVector (0.0, 0.0);
|
||||||
PVector lastMachineDragPosition = new PVector (0.0, 0.0);
|
PVector lastMachineDragPosition = new PVector (0.0, 0.0);
|
||||||
public final float MIN_SCALING = 0.1;
|
public final float MIN_SCALING = 0.1;
|
||||||
public final float MAX_SCALING = 5.0;
|
public final float MAX_SCALING = 15.0;
|
||||||
|
|
||||||
RShape vectorShape = null;
|
RShape vectorShape = null;
|
||||||
String vectorFilename = null;
|
String vectorFilename = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user