Normand Briere
2019-08-26 6266c8a4b2485b29a7d5bcb217460d7aad3e1c4a
Globals.java
....@@ -1,19 +1,30 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
5
- public static boolean ADVANCED = false;
4
+ static boolean ADVANCED = false; // false;
5
+
6
+ static boolean NIMBUSLAF = false; // false;
7
+
8
+ static boolean TOOLTIPS = true; // true;
9
+ static boolean DEBUG = false; // false
610
711 static iCameraPane theRenderer;
812
913 private static boolean LIVE = false;
14
+
15
+ // Option to set saturation to 1 when choosing a color first
16
+ public static boolean AUTOSATURATE = true;
17
+ public static boolean MINSHADER = false;
1018 public static boolean COMPUTESHADOWWHENLIVE = true;
1119 public static boolean RENDERSHADOW = true;
1220
21
+ public static boolean REPLACEONMAKE = false;
22
+
1323 public static boolean MOUSEDRAGGED = false;
24
+ public static boolean TIMERRUNNING = false;
1425
1526 // Hold on calculation when moving camera
16
- public static boolean FREEZEONMOVE = false; // true;
27
+ public static boolean FREEZEONMOVE = false;
1728
1829 static boolean CROWD = false;
1930 static public int drawMode = iCameraPane.DEFAULT; // WARNING