Uses of Class
org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO2
Package
Description
-
Uses of DrawableVBO2 in org.jzy3d.plot3d.primitives.vbo.drawable
Modifier and TypeMethodDescriptionstatic DrawableVBO2
DrawableVBO2.fromComposites
(List<Composite> composites) Build a VBO out of a list of composites made of simple polygons.Modifier and TypeMethodDescriptionstatic IGLLoader<DrawableVBO2>
DrawableVBO2.makeLoader
(float[] points, int elementSize) static IGLLoader<DrawableVBO2>
DrawableVBO2.makeLoader
(float[] points, int pointDimensions, int[][] elementIndices, float[] colors, float[] normals) static IGLLoader<DrawableVBO2>
DrawableVBO2.makeLoader
(float[] points, int pointDimensions, int[][] elementIndices, float[] colors, Normal.NormalMode perVertex) static IGLLoader<DrawableVBO2>
DrawableVBO2.makeLoader
(float[] points, int pointDimensions, int[] elementStart, int[] elementLength, float[] coloring, Normal.NormalMode normalMode) static IGLLoader<DrawableVBO2>
DrawableVBO2.makeLoader
(float[] points, int pointDimensions, int[] elements, int elementSize, IColorMap colormap, float[] coloring, Normal.NormalMode normalMode) ModifierConstructorDescriptionDrawableVBO2
(IGLLoader<DrawableVBO2> loader) Initialize a VBO object with a customizable loader. -
Uses of DrawableVBO2 in org.jzy3d.plot3d.primitives.vbo.drawable.loaders
Modifier and TypeMethodDescriptionvoid
VBOBufferLoaderForArrays.load
(IPainter painter, DrawableVBO2 drawable) void
VBOBufferLoaderForPolygons.load
(IPainter painter, DrawableVBO2 drawable) void
VBOBufferLoaderForPolygonsPrimitiveRestart.load
(IPainter painter, DrawableVBO2 drawable) protected void
VBOBufferLoaderForArrays.verifyColorBufferSizeConsistency
(DrawableVBO2 drawable, FloatBuffer verticeBuffer, FloatBuffer colorBuffer)