.. | .. |
---|
20 | 20 | { |
---|
21 | 21 | CreateMaterial(); |
---|
22 | 22 | switchobject.get(0).bRep.SaveSupports(); |
---|
23 | | - bRep = (BoundaryRep) GraphreeD.clone(switchobject.get(0).bRep); |
---|
| 23 | + bRep = (BoundaryRep) GrafreeD.clone(switchobject.get(0).bRep); |
---|
24 | 24 | switchobject.get(0).bRep.RestoreSupports(); |
---|
25 | 25 | } |
---|
26 | 26 | |
---|
.. | .. |
---|
30 | 30 | Object3D par = duplicate.parent; |
---|
31 | 31 | duplicate.parent = null; |
---|
32 | 32 | duplicate.SaveSupports(); |
---|
33 | | - addChild((Object3D)GraphreeD.clone(duplicate)); |
---|
| 33 | + addChild((Object3D)GrafreeD.clone(duplicate)); |
---|
34 | 34 | duplicate.parent = par; |
---|
35 | 35 | duplicate.RestoreSupports(); |
---|
36 | 36 | } |
---|
.. | .. |
---|
46 | 46 | |
---|
47 | 47 | transient boolean toggleneutral; |
---|
48 | 48 | |
---|
49 | | - void DrawNode(CameraPane display, Object3D /*Composite*/ root, boolean selected) |
---|
| 49 | + void DrawNode(iCameraPane display, Object3D /*Composite*/ root, boolean selected) |
---|
50 | 50 | { |
---|
51 | 51 | //System.err.println("Frame # " + frame); |
---|
52 | 52 | |
---|
.. | .. |
---|
57 | 57 | parent = super.parent; |
---|
58 | 58 | |
---|
59 | 59 | } |
---|
60 | | - if (live && display.isLIVE() && display.drawMode == display.SHADOW) |
---|
| 60 | + if (live && Globals.isLIVE() && display.DrawMode() == display.SHADOW) |
---|
61 | 61 | { |
---|
62 | 62 | if (countspeed == 0) |
---|
63 | 63 | { |
---|
.. | .. |
---|
97 | 97 | |
---|
98 | 98 | if (bRep == null) |
---|
99 | 99 | { |
---|
100 | | - bRep = (BoundaryRep) GraphreeD.clone(switchobject.get(0).bRep); |
---|
| 100 | + bRep = (BoundaryRep) GrafreeD.clone(switchobject.get(0).bRep); |
---|
101 | 101 | } |
---|
102 | 102 | |
---|
103 | | - if (CameraPane.SUPPORT && display.drawMode == display.SHADOW) |
---|
| 103 | + if (CameraPane.SUPPORT && display.DrawMode() == display.SHADOW) |
---|
104 | 104 | { |
---|
105 | 105 | Update(); |
---|
106 | 106 | } |
---|