HomeSort by relevance Sort by last modified time
    Searched refs:wheelWorldLocation (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 63 protected Vector3f wheelWorldLocation = new Vector3f();
90 getWheelLocation(wheelId, wheelIndex, wheelWorldLocation);
106 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation());
116 wheelSpatial.setLocalTranslation(wheelWorldLocation);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 63 protected Vector3f wheelWorldLocation = new Vector3f();
90 Converter.convert(wheelInfo.worldTransform.origin, wheelWorldLocation);
102 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation());
112 wheelSpatial.setLocalTranslation(wheelWorldLocation);

Completed in 26 milliseconds