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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCollisionAlgorithm.cpp 38 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(colObjWrap->getCollisionShape());
39 m_compoundShapeRevision = compoundShape->getUpdateRevision();
51 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(colObjWrap->getCollisionShape());
53 int numChildren = compoundShape->getNumChildShapes();
59 if (compoundShape->getDynamicAabbTree())
65 const btCollisionShape* childShape = compoundShape->getChildShape(i);
120 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(m_compoundColObjWrap->getCollisionShape());
121 btAssert(index<compoundShape->getNumChildShapes());
127 const btTransform& childTrans = compoundShape->getChildTransform(index);
193 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(m_compoundColObjWrap->getCollisionShape())
    [all...]
btCollisionWorld.cpp 499 const btCompoundShape* compoundShape,
505 m_compoundShape(compoundShape),
541 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(collisionShape);
542 const btDbvt* dbvt = compoundShape->getDynamicAabbTree();
547 compoundShape,
562 for (int i = 0, n = compoundShape->getNumChildShapes(); i < n; ++i)
797 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(collisionShape);
799 for (i=0;i<compoundShape->getNumChildShapes();i++)
801 btTransform childTrans = compoundShape->getChildTransform(i);
802 const btCollisionShape* childCollisionShape = compoundShape->getChildShape(i)
    [all...]
btCollisionWorldImporter.cpp 580 btCompoundShape* compoundShape = createCompoundShape();
597 compoundShape->addChildShape(localTransform,childShape);
601 printf("error: couldn't create childShape for compoundShape\n");
606 shape = compoundShape;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactCompoundShape.java 117 public CompoundPrimitiveManager(btGImpactCompoundShape compoundShape) {
118 this(CollisionJNI.new_btGImpactCompoundShape_CompoundPrimitiveManager__SWIG_1(btGImpactCompoundShape.getCPtr(compoundShape), compoundShape), true);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 327 CompoundPrimitiveManager(btGImpactCompoundShape * compoundShape)
329 m_compoundShape = compoundShape;
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 469 btCompoundShape* compoundShape = createCompoundShape();
486 compoundShape->addChildShape(localTransform,childShape);
490 printf("error: couldn't create childShape for compoundShape\n");
495 shape = compoundShape;
    [all...]

Completed in 76 milliseconds