Home
last modified time | relevance | path

Searched refs:colShape (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtCompoundFromGimpact.h38 …MyInternalTriangleIndexCallback (btCompoundShape* colShape, const btGImpactMeshShape* meshShape, b… in MyInternalTriangleIndexCallback()
39 :m_colShape(colShape), in MyInternalTriangleIndexCallback()
80 btCompoundShape* colShape = new btCompoundShape(); in btCreateCompoundFromGimpactShape() local
85 MyInternalTriangleIndexCallback cb(colShape,gimpactMesh, depth); in btCreateCompoundFromGimpactShape()
90 return colShape; in btCreateCompoundFromGimpactShape()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestHoveringTank.java143 CollisionShape colShape = CollisionShapeFactory.createDynamicMeshShape(spaceCraft); in buildPlayer() local
148 hoverControl = new PhysicsHoverControl(colShape, 500); in buildPlayer()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorld.cpp1260 const btCollisionShape* colShape = compoundShape->getChildShape(i); in debugDrawObject() local
1261 debugDrawObject(worldTransform*childTrans,colShape,color); in debugDrawObject()