Normand Briere
2019-06-24 47cd0f0a3870d843cb758535316060d30f15c811
Globals.java
....@@ -1,11 +1,21 @@
11
22 public class Globals
33 {
4
+ public static boolean DEBUG = false;
45 public static boolean ADVANCED = false;
56
67 static iCameraPane theRenderer;
78
89 private static boolean LIVE = false;
10
+ public static boolean COMPUTESHADOWWHENLIVE = true;
11
+ 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
+
17
+ // Hold on calculation when moving camera
18
+ public static boolean FREEZEONMOVE = false; // true;
919
1020 static boolean CROWD = false;
1121 static public int drawMode = iCameraPane.DEFAULT; // WARNING