|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.collision.shapes.VertexData
public class VertexData
Represents information for accessing vertex data.
Field Summary | |
---|---|
java.nio.ByteBuffer |
indexbase
|
int |
indexstride
|
ScalarType |
indicestype
|
int |
numfaces
|
int |
numverts
|
int |
stride
|
ScalarType |
type
|
java.nio.ByteBuffer |
vertexbase
|
Constructor Summary | |
---|---|
VertexData()
|
Method Summary | |
---|---|
void |
unref()
Unreferences data buffers to avoid memory leaks. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.nio.ByteBuffer vertexbase
public int numverts
public ScalarType type
public int stride
public java.nio.ByteBuffer indexbase
public int indexstride
public int numfaces
public ScalarType indicestype
Constructor Detail |
---|
public VertexData()
Method Detail |
---|
public void unref()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |