com.bulletphysics.collision.shapes
Class VertexData

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

public class VertexData
extends java.lang.Object

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

vertexbase

public java.nio.ByteBuffer vertexbase

numverts

public int numverts

type

public ScalarType type

stride

public int stride

indexbase

public java.nio.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.