Home
last modified time | relevance | path

Searched defs:enableDynamicAabbTree (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCompoundShape.java92 public btCompoundShape(boolean enableDynamicAabbTree, int initialChildCapacity) { in btCompoundShape()
96 public btCompoundShape(boolean enableDynamicAabbTree) { in btCompoundShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCompoundShape.cpp21 btCompoundShape::btCompoundShape(bool enableDynamicAabbTree, const int initialChildCapacity) in btCompoundShape()