mocap/reader/BVHReader.java
.. .. @@ -180,8 +180,12 @@ 180 180 b.setParent(parent); 181 181 // EXTRA JOINTS 182 182 // parent.attachGeom(n.offset, maxRadius, joints); 183 +184 + b.setBaseTranslation(n.offset);183 185 } 184 - b.setBaseTranslation(n.offset);186 + else187 + // Not for hip because the height is already factored in the mocap data.188 + b.setBaseTranslation(new Vector3d());185 189 186 190 // for horse 187 191 // if (n.name.equals("tail1"))