Home
last modified time | relevance | path

Searched refs:setBroadphase (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBodyWorldInfo.java104 public void setBroadphase(btBroadphaseInterface value) { in setBroadphase() method in btSoftBodyWorldInfo
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DSoftMeshTest.java58 worldInfo.setBroadphase(broadphase); in createWorld()
DSoftBodyTest.java68 worldInfo.setBroadphase(broadphase); in createWorld()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCollisionWorld.java65 public void setBroadphase(btBroadphaseInterface pairCache) { in setBroadphase() method in btCollisionWorld
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorld.h117 void setBroadphase(btBroadphaseInterface* pairCache) in setBroadphase() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp35260 (arg1)->setBroadphase(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionWorld_1setBroadphase()