public interface VBO<T>
Modifier and Type | Method and Description |
---|---|
BoundingBox3d |
getBounds() |
IntBuffer |
getIndices() |
T |
getVertices() |
void |
setBounds(BoundingBox3d bounds) |
void |
setIndices(IntBuffer indices) |
void |
setVertices(T vertices) |
T getVertices()
void setVertices(T vertices)
IntBuffer getIndices()
void setIndices(IntBuffer indices)
BoundingBox3d getBounds()
void setBounds(BoundingBox3d bounds)
Copyright © 2016. All rights reserved.