Uses of Class
com.bulletphysics.collision.shapes.IndexedMesh

Packages that use IndexedMesh
com.bulletphysics.collision.shapes Collision shapes. 
 

Uses of IndexedMesh in com.bulletphysics.collision.shapes
 

Fields in com.bulletphysics.collision.shapes with type parameters of type IndexedMesh
protected  java.util.List<IndexedMesh> TriangleIndexVertexArray.indexedMeshes
           
 

Methods in com.bulletphysics.collision.shapes that return types with arguments of type IndexedMesh
 java.util.List<IndexedMesh> TriangleIndexVertexArray.getIndexedMeshArray()
           
 

Methods in com.bulletphysics.collision.shapes with parameters of type IndexedMesh
 void TriangleIndexVertexArray.addIndexedMesh(IndexedMesh mesh)
           
 void TriangleIndexVertexArray.addIndexedMesh(IndexedMesh mesh, ScalarType indexType)