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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 64 protected Quaternion wheelWorldRotation = new Quaternion();
92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);
110 localRotationQuat.set(wheelWorldRotation);
117 wheelSpatial.setLocalRotation(wheelWorldRotation);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 64 protected Quaternion wheelWorldRotation = new Quaternion();
92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);
106 localRotationQuat.set(wheelWorldRotation);
113 wheelSpatial.setLocalRotation(wheelWorldRotation);

Completed in 99 milliseconds