mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-08 19:24: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 lastMachineDragPosition = new PVector (0.0, 0.0);
|
||||
public final float MIN_SCALING = 0.1;
|
||||
public final float MAX_SCALING = 5.0;
|
||||
public final float MAX_SCALING = 15.0;
|
||||
|
||||
RShape vectorShape = null;
|
||||
String vectorFilename = null;
|
||||
|
Loading…
Reference in New Issue
Block a user