Normand Briere
2019-08-22 6a145f6c81dfcbe0653eda27d042efb48daa7512
Globals.java
....@@ -1,18 +1,29 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
5
- public static boolean ADVANCED = 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
69
710 static iCameraPane theRenderer;
811
912 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;
1018 public static boolean RENDERSHADOW = true;
1119
20
+ public static boolean REPLACEONMAKE = false;
21
+
1222 public static boolean MOUSEDRAGGED = false;
23
+ public static boolean TIMERRUNNING = false;
1324
1425 // Hold on calculation when moving camera
15
- public static boolean FREEZEONMOVE = false; // true;
26
+ public static boolean FREEZEONMOVE = false;
1627
1728 static boolean CROWD = false;
1829 static public int drawMode = iCameraPane.DEFAULT; // WARNING