Normand Briere
2019-08-20 564f4d12d93813b5d680fc24d4f118c3886d96ed
Globals.java
....@@ -1,17 +1,29 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ static boolean NIMBUSLAF = false; // false;
5
+
6
+ static boolean TOOLTIPS = true; // true;
7
+ static boolean ADVANCED = false; // false;
8
+ static boolean DEBUG = false; // false
59
610 static iCameraPane theRenderer;
711
812 private static boolean LIVE = false;
13
+
14
+ // Option to set saturation to 1 when choosing a color first
15
+ public static boolean AUTOSATURATE = true;
16
+ public static boolean MINSHADER = false;
17
+ public static boolean COMPUTESHADOWWHENLIVE = true;
918 public static boolean RENDERSHADOW = true;
1019
20
+ public static boolean REPLACEONMAKE = false;
21
+
1122 public static boolean MOUSEDRAGGED = false;
23
+ public static boolean TIMERRUNNING = false;
1224
1325 // Hold on calculation when moving camera
14
- public static boolean FREEZEONMOVE = false; // true;
26
+ public static boolean FREEZEONMOVE = false;
1527
1628 static boolean CROWD = false;
1729 static public int drawMode = iCameraPane.DEFAULT; // WARNING