Normand Briere
2019-04-22 4a5b9e0b9ecc97203d4089ca0cd0d6df8c76bf1c
cMesh.java
....@@ -484,7 +484,7 @@
484484 }
485485
486486
487
- void DrawNode(CameraPane display, Object3D /*Composite*/ root, boolean selected) // ??
487
+ void DrawNode(iCameraPane display, Object3D /*Composite*/ root, boolean selected) // ??
488488 {
489489 // ?????? if (size() > 0)
490490 // {
....@@ -644,7 +644,7 @@
644644 gl.glEnable(gl.GL_LIGHTING);
645645 }
646646
647
- if (live && display.isLIVE() && display.drawMode == CameraPane.DEFAULT)
647
+ if (live && Globals.isLIVE() && display.DrawMode() == CameraPane.DEFAULT)
648648 {
649649 //System.out.println("UPDATE");
650650 if (Phys == null)