Searched defs:stepHeight (Results 1 – 4 of 4) sorted by relevance
58 protected float stepHeight; field in PhysicsCharacter78 public PhysicsCharacter(CollisionShape shape, float stepHeight) { in PhysicsCharacter()
53 protected float stepHeight; field in PhysicsCharacter69 public PhysicsCharacter(CollisionShape shape, float stepHeight) { in PhysicsCharacter()98 private native long createCharacterObject(long objectId, long shapeId, float stepHeight); in createCharacterObject()
39 public CharacterControl(CollisionShape shape, float stepHeight) { in CharacterControl()
81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) { in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject()