org.jzy3d.plot3d.primitives.vbo.builders
Class VBOBuilder
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
-
- All Implemented Interfaces:
- IGLLoader<DrawableVBO>
- Direct Known Subclasses:
- VBOBuilderLineStrip, VBOBuilderListCoord3d, VBOBuilderRandomBar, VBOBuilderTableColumnsScatter3d
public abstract class VBOBuilder extends java.lang.Object implements IGLLoader<DrawableVBO>
TheVBOBuilderis responsible for sizing aFloatVBO, filling it with vertex coordinates and colors properties, and and configure aDrawableVBOwith filled buffer. The builder will be called via methodload()once GL context is ready to store geometry in GPU for the given DrawableVBO instance. This is where builder actually draw the object by setting coordinates, colors, and rendering parameters. AQualitysetting can be given to configure GL properties of the drawable:
-
-
Constructor Summary
Constructors Constructor and Description VBOBuilder()
-
DMelt 3.0 © DataMelt by jWork.ORG