HomeSort by relevance Sort by last modified time
    Searched full:rotationvelocity (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java 131 float rotationVelocity = angVel.getY();
137 if (rotationVelocity < 1 && rotationVelocity > -1) {
142 if (rotationVelocity > 0.2f) {
144 } else if (rotationVelocity < -0.2f) {

Completed in 71 milliseconds