Normand Briere
2018-07-03 02e145cb923d601395acc7f15ae9e13f85ef2fbb
SwitchNode.java
....@@ -20,7 +20,7 @@
2020 {
2121 CreateMaterial();
2222 switchobject.get(0).bRep.SaveSupports();
23
- bRep = (BoundaryRep) GraphreeD.clone(switchobject.get(0).bRep);
23
+ bRep = (BoundaryRep) GrafreeD.clone(switchobject.get(0).bRep);
2424 switchobject.get(0).bRep.RestoreSupports();
2525 }
2626
....@@ -30,7 +30,7 @@
3030 Object3D par = duplicate.parent;
3131 duplicate.parent = null;
3232 duplicate.SaveSupports();
33
- addChild((Object3D)GraphreeD.clone(duplicate));
33
+ addChild((Object3D)GrafreeD.clone(duplicate));
3434 duplicate.parent = par;
3535 duplicate.RestoreSupports();
3636 }
....@@ -97,7 +97,7 @@
9797
9898 if (bRep == null)
9999 {
100
- bRep = (BoundaryRep) GraphreeD.clone(switchobject.get(0).bRep);
100
+ bRep = (BoundaryRep) GrafreeD.clone(switchobject.get(0).bRep);
101101 }
102102
103103 if (CameraPane.SUPPORT && display.drawMode == display.SHADOW)