|
|||||||||
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
|
ByteBuffer |
triangleIndexBase
|
int |
triangleIndexStride
|
ByteBuffer |
vertexBase
|
int |
vertexStride
|
Constructor Summary | |
---|---|
IndexedMesh()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int numTriangles
public ByteBuffer triangleIndexBase
public int triangleIndexStride
public int numVertices
public 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 |