Normand Briere
2019-10-01 65bdec7ae2c99ca2102c55f92bd62b48c9f14847
Object3D.java
....@@ -6200,7 +6200,7 @@
62006200 // System.err.println("Draw " + this + " Frame # " + ((Mocap)((Merge)support).object).frame);
62016201 }
62026202
6203
- if (live && Link2Support() && support == null && !this.marked) // project on ground
6203
+ if (false) // live && Link2Support() && support == null && !this.marked) // project on ground
62046204 {
62056205 getBounds(minima, maxima, true);
62066206 center.x = (minima.x + maxima.x) / 2;