Normand Briere
2017-05-07 314b34423070cf127464da79a53cddf6b1c38587
MorphNode.java
....@@ -19,7 +19,7 @@
1919 {
2020 CreateMaterial();
2121 morphobject.get(0).bRep.SaveSupports();
22
- bRep = (BoundaryRep) GraphreeD.clone(morphobject.get(0).bRep);
22
+ bRep = (BoundaryRep) GrafreeD.clone(morphobject.get(0).bRep);
2323 morphobject.get(0).bRep.RestoreSupports();
2424 }
2525
....@@ -30,7 +30,7 @@
3030 duplicate.parent = null;
3131 Object3D sup = duplicate.support;
3232 duplicate.support = null;
33
- addChild((Object3D)GraphreeD.clone(duplicate));
33
+ addChild((Object3D)GrafreeD.clone(duplicate));
3434 duplicate.parent = par;
3535 duplicate.support = sup;
3636 }
....@@ -56,7 +56,7 @@
5656
5757 // if (bRep == null)
5858 // {
59
-// bRep = (BoundaryRep) GraphreeD.clone(morphobject.get(0).bRep);
59
+// bRep = (BoundaryRep) GrafreeD.clone(morphobject.get(0).bRep);
6060 // }
6161
6262 if (CameraPane.SUPPORT && display.drawMode == display.SHADOW)
....@@ -112,7 +112,7 @@
112112 super.deepCopySelf(other);
113113 MorphNode bp = (MorphNode)other;
114114
115
- bp.morphweights = (double[]) GraphreeD.clone(morphweights);
115
+ bp.morphweights = (double[]) GrafreeD.clone(morphweights);
116116 }
117117
118118 void createEditWindow(GroupEditor callee, boolean newWindow)