Class VBOBuilderListCoord3d
java.lang.Object
org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilderListCoord3d
- All Implemented Interfaces:
IGLLoader<DrawableVBO>
A simple loader loading an existing collection of coordinates into a Vertex Buffer Objects once
GL initialization stage requires it to be loaded.
If a colormapper is given, color buffer will be filled according to coloring policy.
- Author:
- martin
-
Field Summary
-
Constructor Summary
ConstructorDescriptionVBOBuilderListCoord3d
(List<Coord3d> coordinates) VBOBuilderListCoord3d
(List<Coord3d> coordinates, ColorMapper coloring) -
Method Summary
Methods inherited from class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
computeGeometrySize, computeVerticeBufferSize, fillWithCollection, fillWithCollection, fillWithCollection, fillWithCollection, fillWithRandomBar, fillWithRandomBar, geometryTypeToMultiplier, initFloatVBO, initFloatVBO, initFloatVBO, putBar, putColor, putColor, putCoord, putCoord, putPoint
-
Field Details
-
coordinates
-
coloring
-
-
Constructor Details
-
VBOBuilderListCoord3d
-
VBOBuilderListCoord3d
-
-
Method Details
-
load
- Specified by:
load
in interfaceIGLLoader<DrawableVBO>
- Throws:
Exception
-