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

  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btCompoundShape.i 15 %rename(internalAddChildShape) btCompoundShape::addChildShape;
16 %javamethodmodifiers btCompoundShape::addChildShape "private";
26 public void addChildShape(Matrix4 localTransform, btCollisionShape shape) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactCompoundShape.java 140 public void addChildShape(Matrix4 localTransform, btCollisionShape shape) {
144 public void addChildShape(btCollisionShape shape) {
btCompoundShape.java 62 public void addChildShape(Matrix4 localTransform, btCollisionShape shape) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btCompoundFromGimpact.h 74 m_colShape->addChildShape(ident,tet);
btGImpactShape.h 420 void addChildShape(const btTransform& localTransform,btCollisionShape* shape)
428 void addChildShape(btCollisionShape* shape)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.h 77 void addChildShape(const btTransform& localTransform,btCollisionShape* shape);
btCompoundShape.cpp 51 void btCompoundShape::addChildShape(const btTransform& localTransform,btCollisionShape* shape)
  /external/libgdx/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/
Bullet.java 158 result.addChildShape(parts.get(i).transform, shape);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
FrustumCullingTest.java 88 shape.addChildShape(tmpM.setToTranslation(center), hullShape);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 597 compoundShape->addChildShape(localTransform,childShape);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 486 compoundShape->addChildShape(localTransform,childShape);
    [all...]

Completed in 168 milliseconds