HomeSort by relevance Sort by last modified time
    Searched refs:btShapePairCallback (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCollisionAlgorithm.h 33 typedef bool (*btShapePairCallback)(const btCollisionShape* pShape0, const btCollisionShape* pShape1);
34 extern btShapePairCallback gCompoundChildShapePairCallback;
btCompoundCompoundCollisionAlgorithm.h 36 typedef bool (*btShapePairCallback)(const btCollisionShape* pShape0, const btCollisionShape* pShape1);
37 extern btShapePairCallback gCompoundCompoundChildShapePairCallback;
btCompoundCollisionAlgorithm.cpp 26 btShapePairCallback gCompoundChildShapePairCallback = 0;
btCompoundCompoundCollisionAlgorithm.cpp 27 btShapePairCallback gCompoundCompoundChildShapePairCallback = 0;

Completed in 41 milliseconds