com.bulletphysics.collision.shapes
Class VertexData

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

public class VertexData
extends Object

Represents information for accessing vertex data.


Field Summary
 ByteBuffer indexbase
           
 int indexstride
           
 ScalarType indicestype
           
 int numfaces
           
 int numverts
           
 int stride
           
 ScalarType type
           
 ByteBuffer vertexbase
           
 
Constructor Summary
VertexData()
           
 
Method Summary
 void unref()
          Unreferences data buffers to avoid memory leaks.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertexbase

public ByteBuffer vertexbase

numverts

public int numverts

type

public ScalarType type

stride

public int stride

indexbase

public ByteBuffer indexbase

indexstride

public int indexstride

numfaces

public int numfaces

indicestype

public ScalarType indicestype
Constructor Detail

VertexData

public VertexData()
Method Detail

unref

public void unref()
Unreferences data buffers to avoid memory leaks.