Interface VBO<T>
- 
- All Known Implementing Classes:
- FloatVBO
 
 public interface VBO<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundingBox3dgetBounds()IntBuffergetIndices()TgetVertices()voidsetBounds(BoundingBox3d bounds)voidsetIndices(IntBuffer indices)voidsetVertices(T vertices)
 
- 
- 
- 
Method Detail- 
getVerticesT getVertices() 
 - 
setVerticesvoid setVertices(T vertices) 
 - 
getIndicesIntBuffer getIndices() 
 - 
setIndicesvoid setIndices(IntBuffer indices) 
 - 
getBoundsBoundingBox3d getBounds() 
 - 
setBoundsvoid setBounds(BoundingBox3d bounds) 
 
- 
 
-