Normand Briere
2019-07-07 46dbce888e7c3eff8969f1ddbe22e144410b67f4
Object3D.java
....@@ -5798,7 +5798,7 @@
57985798
57995799 if (!selectmode && //display.DrawMode() != display.SELECTION &&
58005800 //(touched || (bRep != null && bRep.displaylist <= 0)))
5801
- (Globals.isLIVE() && Globals.COMPUTESHADOWWHENLIVE || touched || (bRep != null && bRep.displaylist <= 0)))
5801
+ (Globals.isLIVE() && Globals.COMPUTESHADOWWHENLIVE || touched && Globals.COMPUTESHADOWWHENLIVE)) // || (bRep != null && bRep.displaylist <= 0)))
58025802 {
58035803 Globals.lighttouched = true;
58045804 } // all panes...
....@@ -7288,8 +7288,8 @@
72887288 // {
72897289 // CameraPane.Ymax = spoth;
72907290 // }
7291
- info.g.drawArc(boundary.x, boundary.y,
7292
- boundary.width, boundary.height, 0, 360);
7291
+ info.g.drawArc(boundary.x + info.DX, boundary.y + info.DY,
7292
+ (int)(boundary.width * info.W), (int)(boundary.height * info.W), 0, 360);
72937293 //info.g.drawArc(spot.x, spotw, spot.width/2, boundary.height/2, 0, 360);
72947294 // if (CameraPane.Xmin > boundary.x)
72957295 // {