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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTriangleMeshShape.h 33 btTriangleMeshShape(btStridingMeshInterface* meshInterface);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btBvhTriangleMeshShape.java 70 if (instance.meshInterface instanceof btTriangleIndexVertexArray &&
71 btTriangleIndexVertexArray.compare((btTriangleIndexVertexArray)(instance.meshInterface), meshParts))
90 private btStridingMeshInterface meshInterface = null;
94 return meshInterface;
117 public btBvhTriangleMeshShape(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression) {
118 this(0, meshInterface, useQuantizedAabbCompression);
121 public btBvhTriangleMeshShape(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression, boolean buildBvh) {
122 this(0, meshInterface, useQuantizedAabbCompression, buildBvh);
125 public btBvhTriangleMeshShape(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression, Vector3 bvhAabbMin, Vector3 bvhAabbMax, boolean buildBvh) {
126 this(0, meshInterface, useQuantizedAabbCompression, bvhAabbMin, bvhAabbMax, buildBvh)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 297 btTriangleIndexVertexArray* meshInterface = createMeshInterface(*interfaceData);
300 btGImpactMeshShape* gimpactShape = createGimpactShape(meshInterface);
519 btTriangleIndexVertexArray* meshInterface = createMeshInterface(*interfaceData);
520 if (!meshInterface->getNumSubParts())
526 meshInterface->setScaling(scaling);
558 btBvhTriangleMeshShape* trimeshShape = createBvhTriangleMeshShape(meshInterface,bvh);
654 btTriangleIndexVertexArray* meshInterface = createTriangleMeshContainer();
762 meshInterface->addIndexedMesh(meshPart,meshPart.m_indexType);
766 return meshInterface;
    [all...]
btInternalEdgeUtility.cpp 323 btStridingMeshInterface* meshInterface = trimeshShape->getMeshInterface();
324 const btVector3& meshScaling = meshInterface->getScaling();
326 for (int partId = 0; partId< meshInterface->getNumSubParts();partId++)
339 meshInterface->getLockedReadOnlyVertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,indexstride,numfaces,indicestype,partId);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 186 btTriangleIndexVertexArray* meshInterface = createMeshInterface(*interfaceData);
189 btGImpactMeshShape* gimpactShape = createGimpactShape(meshInterface);
408 btTriangleIndexVertexArray* meshInterface = createMeshInterface(*interfaceData);
409 if (!meshInterface->getNumSubParts())
415 meshInterface->setScaling(scaling);
447 btBvhTriangleMeshShape* trimeshShape = createBvhTriangleMeshShape(meshInterface,bvh);
    [all...]

Completed in 1432 milliseconds