.. | .. |
---|
29 | 29 | Object3D saveskeleton; |
---|
30 | 30 | // |
---|
31 | 31 | |
---|
| 32 | + String skyboxname; |
---|
| 33 | + String skyboxext; |
---|
| 34 | + |
---|
32 | 35 | byte[] versions[]; |
---|
33 | 36 | int versionindex = -1; |
---|
34 | 37 | |
---|
.. | .. |
---|
5907 | 5910 | support = support; |
---|
5908 | 5911 | |
---|
5909 | 5912 | //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); |
---|
| 5913 | + boolean usecalllists = false; //!IsLive(); // IsStatic() && GetBRep() != null && (!CameraPane.SUPPORT || support == null) && !link2master; // !(this instanceof cSpring) && !(this instanceof BezierPatch); |
---|
5911 | 5914 | |
---|
5912 | 5915 | if (!usecalllists && bRep != null && bRep.displaylist > 0) |
---|
5913 | 5916 | { |
---|