Normand Briere
2019-08-13 c67de8aca04d988179191ccb52461af00125920e
SwitchNode.java
....@@ -97,7 +97,8 @@
9797
9898 if (bRep == null)
9999 {
100
- bRep = (BoundaryRep) Grafreed.clone(switchobject.get(0).bRep);
100
+ // The switch mesh will be used to interpolate poaes (maybe).
101
+ bRep = (BoundaryRep)Grafreed.clone(switchobject.get(0).bRep);
101102 }
102103
103104 if (CameraPane.SUPPORT && display.DrawMode() == display.SHADOW)