Normand Briere
2018-10-27 d34fd9341c61d13677e029cb187d4dacff5e44ea
GrafreeD.java
....@@ -50,7 +50,7 @@
5050 universe.material = new cMaterial();
5151 //god.addChild(universe);
5252 universe.name = "Applet";
53
- theApplet3D = this;
53
+ grafreeD = this;
5454 }
5555
5656 /**/
....@@ -750,16 +750,17 @@
750750
751751 //Monitor mon=MonitorFactory.start("myFirstMonitor");
752752 standAlone = true;
753
- theApplet3D = new GrafreeD();
754
- theApplet3D.universe = new Composite();
755
- theApplet3D.universe.name = "Scene";
756
- theApplet3D.universe.material = new cMaterial();
753
+ grafreeD = new GrafreeD();
754
+ grafreeD.universe = new Composite();
755
+ grafreeD.universe.name = "Scene";
756
+ grafreeD.universe.material = new cMaterial();
757757 // theApplet3D.universe.textures = CameraPane.DEFAULT_TEXTURE;
758758
759
- theApplet3D.universe.root = true;
760
- theApplet3D.universe.openEditWindow(null, true); //, true);
759
+ grafreeD.universe.root = true;
760
+ grafreeD.universe.openEditWindow(null, true); //, true);
761761 //mon.stop();
762762 //System.out.println(mon);
763
+ //timeflow.app.TimeflowAppLauncher.GetTimeFlow();
763764 }
764765
765766 // Timer callback
....@@ -984,7 +985,7 @@
984985 } while (avail > 0 && numRead >= 0);
985986 return new String(data, 0, pos, "US-ASCII");
986987 }
987
- public static GrafreeD theApplet3D;
988
+ public static GrafreeD grafreeD;
988989 public static boolean standAlone = true;
989990 public Composite universe;
990991 public static Object3D clipboard = new Object3D();