Normand Briere
2019-08-23 60cec91731a350fe67e9b5ffe7a00d70e9026314
Globals.java
....@@ -1,17 +1,30 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //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
510
611 static iCameraPane theRenderer;
712
813 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;
18
+ public static boolean COMPUTESHADOWWHENLIVE = true;
919 public static boolean RENDERSHADOW = true;
1020
21
+ public static boolean REPLACEONMAKE = false;
22
+
1123 public static boolean MOUSEDRAGGED = false;
24
+ public static boolean TIMERRUNNING = false;
1225
1326 // Hold on calculation when moving camera
14
- public static boolean FREEZEONMOVE = false; // true;
27
+ public static boolean FREEZEONMOVE = false;
1528
1629 static boolean CROWD = false;
1730 static public int drawMode = iCameraPane.DEFAULT; // WARNING