Normand Briere
2019-07-25 7058eef32e524cae08a7373d8bc1061e373b223c
Object3D.java
....@@ -5907,7 +5907,7 @@
59075907 support = support;
59085908
59095909 //boolean usecalllists = IsStatic() && GetBRep() != null && (!CameraPane.SUPPORT || support == null || !link2master); // !(this instanceof cSpring) && !(this instanceof BezierPatch);
5910
- boolean usecalllists = !IsLive(); // IsStatic() && GetBRep() != null && (!CameraPane.SUPPORT || support == null) && !link2master; // !(this instanceof cSpring) && !(this instanceof BezierPatch);
5910
+ boolean usecalllists = false; //!IsLive(); // IsStatic() && GetBRep() != null && (!CameraPane.SUPPORT || support == null) && !link2master; // !(this instanceof cSpring) && !(this instanceof BezierPatch);
59115911
59125912 if (!usecalllists && bRep != null && bRep.displaylist > 0)
59135913 {