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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 152 public void setBounce(float bounce) {
153 setBounce(motorId, bounce);
156 private native void setBounce(long motorId, float limitSoftness);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 118 public void setBounce(float bounce) {

Completed in 70 milliseconds