Normand Briere
2019-10-01 65bdec7ae2c99ca2102c55f92bd62b48c9f14847
Object3D.java
....@@ -41,6 +41,8 @@
4141
4242 java.util.Hashtable<java.util.UUID, Object3D> versiontable; // = new java.util.Hashtable<java.util.UUID, Object3D>();
4343
44
+ int tabIndex;
45
+
4446 ScriptNode scriptnode;
4547
4648 void deepCopyNode(Object3D other)
....@@ -6198,7 +6200,7 @@
61986200 // System.err.println("Draw " + this + " Frame # " + ((Mocap)((Merge)support).object).frame);
61996201 }
62006202
6201
- if (live && Link2Support() && support == null && !this.marked) // project on ground
6203
+ if (false) // live && Link2Support() && support == null && !this.marked) // project on ground
62026204 {
62036205 getBounds(minima, maxima, true);
62046206 center.x = (minima.x + maxima.x) / 2;