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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 318 btGImpactCompoundShape * m_compoundShape;
324 m_compoundShape = compound.m_compoundShape;
329 m_compoundShape = compoundShape;
334 m_compoundShape = NULL;
344 return (int )m_compoundShape->getNumChildShapes();
350 if(m_compoundShape->childrenHasTransform())
352 prim_trans = m_compoundShape->getChildTransform(prim_index);
358 const btCollisionShape* shape = m_compoundShape->getChildShape(prim_index);
383 m_primitive_manager.m_compoundShape = this
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp 492 const btCompoundShape* m_compoundShape;
505 m_compoundShape(compoundShape),
516 const btCollisionShape* childCollisionShape = m_compoundShape->getChildShape(i);
517 const btTransform& childTrans = m_compoundShape->getChildTransform(i);
    [all...]

Completed in 45 milliseconds