Normand Briere
2019-09-22 e96132853038f55cdb6e27f116852cff0e813f00
Globals.java
....@@ -1,15 +1,34 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ static boolean WALK = false;
5
+
6
+ static boolean SHOWINFO = true;
7
+
8
+ static boolean ADVANCED = false; // false;
9
+
10
+ static boolean NIMBUSLAF = false; // false;
11
+
12
+ static boolean TOOLTIPS = true; // true;
13
+ static boolean DEBUG = false; // false
514
615 static iCameraPane theRenderer;
716
817 private static boolean LIVE = false;
18
+
19
+ // Option to set saturation to 1 when choosing a color first
20
+ public static boolean AUTOSATURATE = true;
21
+ public static boolean MINSHADER = false;
22
+ public static boolean COMPUTESHADOWWHENLIVE = true;
923 public static boolean RENDERSHADOW = true;
1024
25
+ public static boolean REPLACEONMAKE = false; // false;
26
+
27
+ public static boolean MOUSEDRAGGED = false;
28
+ public static boolean TIMERRUNNING = false;
29
+
1130 // Hold on calculation when moving camera
12
- public static boolean FREEZEONMOVE = false; // true;
31
+ public static boolean FREEZEONMOVE = false;
1332
1433 static boolean CROWD = false;
1534 static public int drawMode = iCameraPane.DEFAULT; // WARNING