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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.h 30 void btGenerateInternalEdgeInfo (btBvhTriangleMeshShape*trimeshShape, btTriangleInfoMap* triangleInfoMap);
btInternalEdgeUtility.cpp 315 void btGenerateInternalEdgeInfo (btBvhTriangleMeshShape*trimeshShape, btTriangleInfoMap* triangleInfoMap)
318 if (trimeshShape->getTriangleInfoMap())
321 trimeshShape->setTriangleInfoMap(triangleInfoMap);
323 btStridingMeshInterface* meshInterface = trimeshShape->getMeshInterface();
379 trimeshShape->processAllTriangles(&connectivityProcessor,aabbMin,aabbMax);
btCollisionWorldImporter.cpp 558 btBvhTriangleMeshShape* trimeshShape = createBvhTriangleMeshShape(meshInterface,bvh);
559 trimeshShape->setMargin(trimesh->m_collisionMargin);
560 shape = trimeshShape;
566 trimeshShape->setTriangleInfoMap(map);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
Collision.java 185 public static void btGenerateInternalEdgeInfo(btBvhTriangleMeshShape trimeshShape, btTriangleInfoMap triangleInfoMap) {
186 CollisionJNI.btGenerateInternalEdgeInfo(btBvhTriangleMeshShape.getCPtr(trimeshShape), trimeshShape, btTriangleInfoMap.getCPtr(triangleInfoMap), triangleInfoMap);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 447 btBvhTriangleMeshShape* trimeshShape = createBvhTriangleMeshShape(meshInterface,bvh);
448 trimeshShape->setMargin(trimesh->m_collisionMargin);
449 shape = trimeshShape;
455 trimeshShape->setTriangleInfoMap(map);
    [all...]

Completed in 1379 milliseconds