Home
last modified time | relevance | path

Searched defs:bvh (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorldImporter.cpp49 btOptimizedBvh* bvh = createOptimizedBvh(); in convertAllObjects() local
56 btOptimizedBvh* bvh = createOptimizedBvh(); in convertAllObjects() local
529 btOptimizedBvh* bvh = 0; in convertCollisionShape() local
1013 btOptimizedBvh* bvh = new btOptimizedBvh(); in createOptimizedBvh() local
1026 …ionWorldImporter::createBvhTriangleMeshShape(btStridingMeshInterface* trimesh, btOptimizedBvh* bvh) in createBvhTriangleMeshShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtBvhTriangleMeshShape.java194 public void setOptimizedBvh(btOptimizedBvh bvh, Vector3 localScaling) { in setOptimizedBvh()
198 public void setOptimizedBvh(btOptimizedBvh bvh) { in setOptimizedBvh()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtBulletWorldImporter.cpp108 btOptimizedBvh* bvh = createOptimizedBvh(); in convertAllObjects() local
DbtWorldImporter.cpp418 btOptimizedBvh* bvh = 0; in convertCollisionShape() local
1764 btOptimizedBvh* bvh = new btOptimizedBvh(); in createOptimizedBvh() local
1777 … btWorldImporter::createBvhTriangleMeshShape(btStridingMeshInterface* trimesh, btOptimizedBvh* bvh) in createBvhTriangleMeshShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtOptimizedBvh.cpp387 …btQuantizedBvh* bvh = btQuantizedBvh::deSerializeInPlace(i_alignedDataBuffer,i_dataBufferSize,i_sw… in deSerializeInPlace() local
DbtBvhTriangleMeshShape.cpp355 void btBvhTriangleMeshShape::setOptimizedBvh(btOptimizedBvh* bvh, const btVector3& scaling) in setOptimizedBvh()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
DbtWorldImporter.java218 …TriangleMeshShape createBvhTriangleMeshShape(btStridingMeshInterface trimesh, btOptimizedBvh bvh) { in createBvhTriangleMeshShape()
DExtrasJNI.java171 …lletWorldImporter_createBvhTriangleMeshShape(btBulletWorldImporter jself, long trimesh, long bvh) { in SwigDirector_btBulletWorldImporter_createBvhTriangleMeshShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtQuantizedBvh.cpp1056 btQuantizedBvh *bvh = (btQuantizedBvh *)i_alignedDataBuffer; in deSerializeInPlace() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
Dextras_wrap.cpp2151 …tWorldImporter::createBvhTriangleMeshShape(btStridingMeshInterface *trimesh, btOptimizedBvh *bvh) { in createBvhTriangleMeshShape()