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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionObject.cpp 25 m_collisionShape(0),
85 dataOut->m_collisionShape = serializer->getUniquePointer(m_collisionShape);
btCollisionObject.h 69 btCollisionShape* m_collisionShape;
74 ///The m_collisionShape might be temporarily replaced by a child collision shape during collision detection purposes
75 ///If it is NULL, the m_collisionShape is not temporarily replaced.
211 m_collisionShape = collisionShape;
217 return m_collisionShape;
222 return m_collisionShape;
518 void *m_collisionShape;
551 void *m_collisionShape;
btCollisionWorldImporter.cpp 88 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
119 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.h 128 btCollisionShape* m_collisionShape;
155 m_collisionShape(collisionShape),
252 return m_collisionShape;
256 return m_collisionShape;
btRigidBody.cpp 84 setCollisionShape( constructionInfo.m_collisionShape );
  /external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
btRigidBody.i 9 %rename(i_collisionShape) btRigidBody::btRigidBodyConstructionInfo::m_collisionShape;
10 %javamethodmodifiers btRigidBody::btRigidBodyConstructionInfo::m_collisionShape "private";
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp 246 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
277 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape);
btWorldImporter.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 544 void *m_collisionShape;
576 void *m_collisionShape;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 107 m_collisionShape = new btSoftBodyCollisionShape(this);
108 m_collisionShape->setMargin(0.25f);
120 delete m_collisionShape;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 86 milliseconds