Searched defs:compoundShape (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
H A DCollisionShapeFactory.java254 public static void shiftCompoundShapeContents(CompoundCollisionShape compoundShape, Vector3f vector) { argument
255 for (Iterator<ChildCollisionShape> it = new LinkedList(compoundShape.getChildren()).iterator(); it.hasNext();) {
260 compoundShape.removeChildShape(child);
261 compoundShape.addChildShape(child, location.add(vector), rotation);

Completed in 114 milliseconds