Class FloatVBO
java.lang.Object
org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
- All Implemented Interfaces:
VBO<FloatBuffer>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBounds
(BoundingBox3d bounds) void
setIndices
(IntBuffer indices) void
setVertices
(FloatBuffer vertices)
-
Constructor Details
-
FloatVBO
public FloatVBO(int verticeBufferSize, int indexBufferSize)
-
-
Method Details
-
getVertices
- Specified by:
getVertices
in interfaceVBO<FloatBuffer>
-
setVertices
- Specified by:
setVertices
in interfaceVBO<FloatBuffer>
-
getIndices
- Specified by:
getIndices
in interfaceVBO<FloatBuffer>
-
setIndices
- Specified by:
setIndices
in interfaceVBO<FloatBuffer>
-
getBounds
- Specified by:
getBounds
in interfaceVBO<FloatBuffer>
-
setBounds
- Specified by:
setBounds
in interfaceVBO<FloatBuffer>
-