Uses of Class
org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO2
Packages that use DrawableVBO2
Package
Description
- 
Uses of DrawableVBO2 in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable with type parameters of type DrawableVBO2Methods in org.jzy3d.plot3d.primitives.vbo.drawable that return DrawableVBO2Modifier and TypeMethodDescriptionstatic DrawableVBO2DrawableVBO2.fromComposites(List<Composite> composites) Build a VBO out of a list of composites made of simple polygons.Methods in org.jzy3d.plot3d.primitives.vbo.drawable that return types with arguments of type DrawableVBO2Modifier 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) Constructor parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type DrawableVBO2ModifierConstructorDescriptionDrawableVBO2(IGLLoader<DrawableVBO2> loader) Initialize a VBO object with a customizable loader. - 
Uses of DrawableVBO2 in org.jzy3d.plot3d.primitives.vbo.drawable.loaders
Methods in org.jzy3d.plot3d.primitives.vbo.drawable.loaders with parameters of type DrawableVBO2Modifier and TypeMethodDescriptionvoidVBOBufferLoaderForArrays.load(IPainter painter, DrawableVBO2 drawable) voidVBOBufferLoaderForPolygons.load(IPainter painter, DrawableVBO2 drawable) voidVBOBufferLoaderForPolygonsPrimitiveRestart.load(IPainter painter, DrawableVBO2 drawable) protected voidVBOBufferLoaderForArrays.verifyColorBufferSizeConsistency(DrawableVBO2 drawable, FloatBuffer verticeBuffer, FloatBuffer colorBuffer)