Normand Briere
2019-06-13 4629090fafbef256abd0686a85ee12042d658868
CameraPane.java
....@@ -2265,7 +2265,7 @@
22652265 LOOKAT ^= true;
22662266 }
22672267
2268
- void ToggleRandom()
2268
+ void ToggleSwitch()
22692269 {
22702270 SWITCH ^= true;
22712271 }
....@@ -10392,13 +10392,13 @@
1039210392 ambientOcclusion = false;
1039310393 }
1039410394
10395
- if (Globals.lighttouched && DrawMode() == DEFAULT && !lightMode) // && !FROZEN)
10395
+ if (Globals.lighttouched && DrawMode() == DEFAULT) // && !lightMode) // && !FROZEN)
1039610396 {
1039710397 //if (RENDERSHADOW) // ?
1039810398 if (!IsFrozen())
1039910399 {
1040010400 // dec 2012
10401
- if (!ambientOcclusion && !(!flash && !lightMode && DrawMode() == DEFAULT && ANTIALIAS > 0))
10401
+ if (!ambientOcclusion && !(!flash && DrawMode() == DEFAULT && ANTIALIAS > 0))
1040210402 {
1040310403 Globals.framecount++;
1040410404 shadowbuffer.display();
....@@ -11552,7 +11552,7 @@
1155211552 return;
1155311553 }
1155411554
11555
- String string = obj.GetToolTip();
11555
+ String string = obj.toString(); //.GetToolTip();
1155611556
1155711557 GL gl = GetGL();
1155811558