Normand Briere
2019-08-12 8f1afe25ea8fc8801aab66331c32a50859a758c2
Globals.java
....@@ -1,17 +1,26 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ public static boolean ADVANCED = false;
5
+ public static boolean DEBUG = false;
56
67 static iCameraPane theRenderer;
78
89 private static boolean LIVE = false;
10
+
11
+ // Option to set saturation to 1 when choosing a color first
12
+ public static boolean AUTOSATURATE = true;
13
+ public static boolean MINSHADER = false;
14
+ public static boolean COMPUTESHADOWWHENLIVE = true;
915 public static boolean RENDERSHADOW = true;
1016
17
+ public static boolean REPLACEONMAKE = false;
18
+
1119 public static boolean MOUSEDRAGGED = false;
20
+ public static boolean TIMERRUNNING = false;
1221
1322 // Hold on calculation when moving camera
14
- public static boolean FREEZEONMOVE = false; // true;
23
+ public static boolean FREEZEONMOVE = false;
1524
1625 static boolean CROWD = false;
1726 static public int drawMode = iCameraPane.DEFAULT; // WARNING