Normand Briere
2019-06-25 ecff440ceef3ad352aa64cedbb913107ec4863a5
Globals.java
....@@ -1,12 +1,21 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ public static boolean DEBUG = false;
5
+ public static boolean ADVANCED = false;
56
67 static iCameraPane theRenderer;
78
89 private static boolean LIVE = false;
10
+ public static boolean COMPUTESHADOWWHENLIVE = true;
911 public static boolean RENDERSHADOW = true;
12
+
13
+ public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)
14
+
15
+ public static boolean MOUSEDRAGGED = false;
16
+ public static boolean TIMERRUNNING = false;
17
+
18
+ // Hold on calculation when moving camera
1019 public static boolean FREEZEONMOVE = false; // true;
1120
1221 static boolean CROWD = false;