Home
last modified time | relevance | path

Searched defs:stepHeight (Results 1 – 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsCharacter.java58 protected float stepHeight; field in PhysicsCharacter
78 public PhysicsCharacter(CollisionShape shape, float stepHeight) { in PhysicsCharacter()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsCharacter.java53 protected float stepHeight; field in PhysicsCharacter
69 public PhysicsCharacter(CollisionShape shape, float stepHeight) { in PhysicsCharacter()
98 private native long createCharacterObject(long objectId, long shapeId, float stepHeight); in createCharacterObject()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DCharacterControl.java39 public CharacterControl(CollisionShape shape, float stepHeight) { in CharacterControl()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_PhysicsCharacter.cpp81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) { in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject()