Uses of Class
org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO2
-
Packages that use DrawableVBO2 Package Description org.jzy3d.plot3d.primitives.vbo.drawable org.jzy3d.plot3d.primitives.vbo.drawable.loaders -
-
Uses of DrawableVBO2 in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable with type parameters of type DrawableVBO2 Modifier and Type Field Description protected IGLLoader<DrawableVBO2>DrawableVBO2. loaderMethods in org.jzy3d.plot3d.primitives.vbo.drawable that return DrawableVBO2 Modifier and Type Method Description static 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 DrawableVBO2 Modifier and Type Method Description static 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 DrawableVBO2 Constructor Description DrawableVBO2(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 DrawableVBO2 Modifier and Type Method Description voidVBOBufferLoaderForArrays. 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)
-