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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java 182 public float getMaxSlope() {
183 return getMaxSlope(characterId);
186 private native float getMaxSlope(long characterId);
287 capsule.write(getMaxSlope(), "maxSlope", 1.0f);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
CharacterControl.java 72 control.setMaxSlope(getMaxSlope());
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsCharacter.java 168 public float getMaxSlope() {
169 return character.getMaxSlope();
265 capsule.write(getMaxSlope(), "maxSlope", 1.0f);

Completed in 88 milliseconds