Interface VBO<T>
- All Known Implementing Classes:
FloatVBO
public interface VBO<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBounds
(BoundingBox3d bounds) void
setIndices
(IntBuffer indices) void
setVertices
(T vertices)
-
Method Details
-
getVertices
T getVertices() -
setVertices
-
getIndices
IntBuffer getIndices() -
setIndices
-
getBounds
BoundingBox3d getBounds() -
setBounds
-