Normand Briere
2019-08-17 5892f05411c3d4dce2d8a59e0966dc2e1843a971
Globals.java
....@@ -1,17 +1,27 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ public static boolean TOOLTIPS = true; // false;
5
+ public static boolean ADVANCED = false;
6
+ public static boolean DEBUG = false;
57
68 static iCameraPane theRenderer;
79
810 private static boolean LIVE = false;
11
+
12
+ // Option to set saturation to 1 when choosing a color first
13
+ public static boolean AUTOSATURATE = true;
14
+ public static boolean MINSHADER = false;
15
+ public static boolean COMPUTESHADOWWHENLIVE = true;
916 public static boolean RENDERSHADOW = true;
1017
18
+ public static boolean REPLACEONMAKE = false;
19
+
1120 public static boolean MOUSEDRAGGED = false;
21
+ public static boolean TIMERRUNNING = false;
1222
1323 // Hold on calculation when moving camera
14
- public static boolean FREEZEONMOVE = false; // true;
24
+ public static boolean FREEZEONMOVE = false;
1525
1626 static boolean CROWD = false;
1727 static public int drawMode = iCameraPane.DEFAULT; // WARNING