public class FloatVBO extends Object implements VBO<FloatBuffer>
Constructor and Description |
---|
FloatVBO(int verticeBufferSize,
int indexBufferSize) |
Modifier and Type | Method and Description |
---|---|
BoundingBox3d |
getBounds() |
IntBuffer |
getIndices() |
FloatBuffer |
getVertices() |
void |
setBounds(BoundingBox3d bounds) |
void |
setIndices(IntBuffer indices) |
void |
setVertices(FloatBuffer vertices) |
public FloatBuffer getVertices()
getVertices
in interface VBO<FloatBuffer>
public void setVertices(FloatBuffer vertices)
setVertices
in interface VBO<FloatBuffer>
public IntBuffer getIndices()
getIndices
in interface VBO<FloatBuffer>
public void setIndices(IntBuffer indices)
setIndices
in interface VBO<FloatBuffer>
public BoundingBox3d getBounds()
getBounds
in interface VBO<FloatBuffer>
public void setBounds(BoundingBox3d bounds)
setBounds
in interface VBO<FloatBuffer>
Copyright © 2016. All rights reserved.