Package org.jzy3d.plot3d.primitives.vbo
Class ShaderWaterfallVBOBuilder
java.lang.Object
org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
org.jzy3d.plot3d.primitives.vbo.ShaderWaterfallVBOBuilder
- All Implemented Interfaces:
IGLLoader<DrawableVBO>
-
Constructor Summary
ConstructorDescriptionShaderWaterfallVBOBuilder
(float[] x, float[] y, float[] z, ColorMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
earlyInitalise
(DrawableVBO drawable) int
int
void
load
(IPainter painter, DrawableVBO drawable) 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
-
Constructor Details
-
ShaderWaterfallVBOBuilder
-
-
Method Details
-
getOutlineIndexSize
public int getOutlineIndexSize() -
getFillIndexSize
public int getFillIndexSize() -
earlyInitalise
-
load
- Throws:
Exception
-