Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet-native/
DjmePhysicsSpace.cpp65 void jmePhysicsSpace::stepSimulation(jfloat tpf, jint maxSteps, jfloat accuracy) { in stepSimulation()
Dcom_jme3_bullet_PhysicsSpace.cpp67 (JNIEnv * env, jobject object, jlong spaceId, jfloat tpf, jint maxSteps, jfloat accuracy) { in Java_com_jme3_bullet_PhysicsSpace_stepSimulation()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
DPhysicsSpace.java343 public void update(float time, int maxSteps) { in update()
351 private native void stepSimulation(long space, float time, int maxSteps, float accuracy); in stepSimulation()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
DPhysicsSpace.java319 public void update(float time, int maxSteps) { in update()