Uses of Class
org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
-
-
Uses of DrawableVBO in org.jzy3d.io.matlab
Methods in org.jzy3d.io.matlab with parameters of type DrawableVBO Modifier and Type Method Description voidMatlabVBOLoader. load(IPainter painter, DrawableVBO drawable) -
Uses of DrawableVBO in org.jzy3d.io.obj
Methods in org.jzy3d.io.obj with parameters of type DrawableVBO Modifier and Type Method Description voidOBJFileLoader. load(IPainter painter, DrawableVBO drawable) -
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo
Subclasses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo Modifier and Type Class Description classShaderMeshDrawableVBOclassShaderWaterfallDrawableVBOMethods in org.jzy3d.plot3d.primitives.vbo with parameters of type DrawableVBO Modifier and Type Method Description voidShaderMeshVBOBuilder. earlyInitalise(DrawableVBO drawable)voidShaderWaterfallVBOBuilder. earlyInitalise(DrawableVBO drawable)voidShaderMeshVBOBuilder. load(IPainter painter, DrawableVBO drawable)voidShaderWaterfallVBOBuilder. load(IPainter painter, DrawableVBO drawable) -
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo.builders
Methods in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type DrawableVBO Modifier and Type Method Description protected intVBOBuilder. computeGeometrySize(DrawableVBO drawable)protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds)protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, ColorMapper colors, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds)protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo)protected voidVBOBuilder. fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo, ColorMapper coloring)protected voidVBOBuilder. fillWithRandomBar(int n, DrawableVBO drawable, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds, ColorMapper colors)protected voidVBOBuilder. fillWithRandomBar(int n, DrawableVBO drawable, FloatVBO vbo, ColorMapper colors)protected FloatVBOVBOBuilder. initFloatVBO(DrawableVBO drawable, boolean hasNormal, boolean hasColor, int n)Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, having normals defined (default to false) 3 dimensionsprotected FloatVBOVBOBuilder. initFloatVBO(DrawableVBO drawable, boolean hasNormal, boolean hasColor, int n, int dimension)Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, having normals defined (default to false) number of dimensions (default to 3)protected FloatVBOVBOBuilder. initFloatVBO(DrawableVBO drawable, boolean hasColor, int n)Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, no normals defined 3 dimensionsvoidVBOBuilderListCoord3d. load(IPainter painter, DrawableVBO drawable) -
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo.drawable
Subclasses of DrawableVBO in org.jzy3d.plot3d.primitives.vbo.drawable Modifier and Type Class Description classBarVBOclassPolygonVBOclassScatterVBOclassSphereVBOWarning!classTriangleStripVBOclassTriangleVBOFields in org.jzy3d.plot3d.primitives.vbo.drawable with type parameters of type DrawableVBO Modifier and Type Field Description protected IGLLoader<DrawableVBO>DrawableVBO. loaderMethods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type DrawableVBO Modifier and Type Method Description voidSphereVBO.VBOSphereMeshBuilder. load(IPainter painter, DrawableVBO drawable)Constructor parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type DrawableVBO Constructor Description BarVBO(IGLLoader<DrawableVBO> loader)DrawableVBO(IGLLoader<DrawableVBO> loader)PolygonVBO(IGLLoader<DrawableVBO> loader)ScatterVBO(IGLLoader<DrawableVBO> loader)TriangleStripVBO(IGLLoader<DrawableVBO> loader)TriangleVBO(IGLLoader<DrawableVBO> loader) -
Uses of DrawableVBO in org.jzy3d.plot3d.primitives.volume
Subclasses of DrawableVBO in org.jzy3d.plot3d.primitives.volume Modifier and Type Class Description classCubeVBOMethods in org.jzy3d.plot3d.primitives.volume with parameters of type DrawableVBO Modifier and Type Method Description voidCubeVBOBuilder. load(IPainter painter, DrawableVBO drawable)
-