|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.collision.shapes.IndexedMesh
public class IndexedMesh
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 |
---|
public int numTriangles
public java.nio.ByteBuffer triangleIndexBase
public int triangleIndexStride
public int numVertices
public java.nio.ByteBuffer vertexBase
public int vertexStride
public ScalarType indexType
Constructor Detail |
---|
public IndexedMesh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |