Object3D.java
.. .. @@ -6200,7 +6200,7 @@ 6200 6200 // System.err.println("Draw " + this + " Frame # " + ((Mocap)((Merge)support).object).frame); 6201 6201 } 6202 6202 6203 - if (live && Link2Support() && support == null && !this.marked) // project on ground6203 + if (false) // live && Link2Support() && support == null && !this.marked) // project on ground6204 6204 { 6205 6205 getBounds(minima, maxima, true); 6206 6206 center.x = (minima.x + maxima.x) / 2;