Normand Briere
2019-08-15 33504fc9a180903aace77613264550754fba5706
Globals.java
....@@ -1,18 +1,27 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
4
+ public static boolean TOOLTIPS = true; // false;
55 public static boolean ADVANCED = false;
6
+ public static boolean DEBUG = false;
67
78 static iCameraPane theRenderer;
89
910 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;
1016 public static boolean RENDERSHADOW = true;
1117
18
+ public static boolean REPLACEONMAKE = false;
19
+
1220 public static boolean MOUSEDRAGGED = false;
21
+ public static boolean TIMERRUNNING = false;
1322
1423 // Hold on calculation when moving camera
15
- public static boolean FREEZEONMOVE = false; // true;
24
+ public static boolean FREEZEONMOVE = false;
1625
1726 static boolean CROWD = false;
1827 static public int drawMode = iCameraPane.DEFAULT; // WARNING