com.bulletphysics.collision.shapes
Class IndexedMesh

java.lang.Object
  extended by com.bulletphysics.collision.shapes.IndexedMesh

public class IndexedMesh
extends java.lang.Object


Field Summary
 ScalarType indexType
           
 int numTriangles
           
 int numVertices
           
 java.nio.ByteBuffer triangleIndexBase
           
 int triangleIndexStride
           
 java.nio.ByteBuffer vertexBase
           
 int vertexStride
           
 
Constructor Summary
IndexedMesh()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numTriangles

public int numTriangles

triangleIndexBase

public java.nio.ByteBuffer triangleIndexBase

triangleIndexStride

public int triangleIndexStride

numVertices

public int numVertices

vertexBase

public java.nio.ByteBuffer vertexBase

vertexStride

public int vertexStride

indexType

public ScalarType indexType
Constructor Detail

IndexedMesh

public IndexedMesh()