Home
last modified time | relevance | path

Searched defs:contactProcessingThreshold (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPersistentManifold.java89 …ollisionObject body1, int arg2, float contactBreakingThreshold, float contactProcessingThreshold) { in btPersistentManifold()
90 …onObject.getCPtr(body1), body1, arg2, contactBreakingThreshold, contactProcessingThreshold), true); in btPersistentManifold() local
133 public void setContactProcessingThreshold(float contactProcessingThreshold) { in setContactProcessingThreshold()
DbtCollisionObject.java196 public void setContactProcessingThreshold(float contactProcessingThreshold) { in setContactProcessingThreshold()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionDispatcher.cpp85 …btScalar contactProcessingThreshold = btMin(body0->getContactProcessingThreshold(),body1->getConta… in getNewManifold() local