.. | .. |
---|
41 | 41 | |
---|
42 | 42 | java.util.Hashtable<java.util.UUID, Object3D> versiontable; // = new java.util.Hashtable<java.util.UUID, Object3D>(); |
---|
43 | 43 | |
---|
| 44 | + int tabIndex; |
---|
| 45 | + |
---|
44 | 46 | ScriptNode scriptnode; |
---|
45 | 47 | |
---|
46 | 48 | void deepCopyNode(Object3D other) |
---|
.. | .. |
---|
6198 | 6200 | // System.err.println("Draw " + this + " Frame # " + ((Mocap)((Merge)support).object).frame); |
---|
6199 | 6201 | } |
---|
6200 | 6202 | |
---|
6201 | | - if (live && Link2Support() && support == null && !this.marked) // project on ground |
---|
| 6203 | + if (false) // live && Link2Support() && support == null && !this.marked) // project on ground |
---|
6202 | 6204 | { |
---|
6203 | 6205 | getBounds(minima, maxima, true); |
---|
6204 | 6206 | center.x = (minima.x + maxima.x) / 2; |
---|