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 void
MatlabVBOLoader. 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 void
OBJFileLoader. 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 class
ShaderMeshDrawableVBO
class
ShaderWaterfallDrawableVBO
Methods in org.jzy3d.plot3d.primitives.vbo with parameters of type DrawableVBO Modifier and Type Method Description void
ShaderMeshVBOBuilder. earlyInitalise(DrawableVBO drawable)
void
ShaderWaterfallVBOBuilder. earlyInitalise(DrawableVBO drawable)
void
ShaderMeshVBOBuilder. load(IPainter painter, DrawableVBO drawable)
void
ShaderWaterfallVBOBuilder. 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 int
VBOBuilder. computeGeometrySize(DrawableVBO drawable)
protected void
VBOBuilder. fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds)
protected void
VBOBuilder. fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, ColorMapper colors, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds)
protected void
VBOBuilder. fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo)
protected void
VBOBuilder. fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo, ColorMapper coloring)
protected void
VBOBuilder. fillWithRandomBar(int n, DrawableVBO drawable, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds, ColorMapper colors)
protected void
VBOBuilder. fillWithRandomBar(int n, DrawableVBO drawable, FloatVBO vbo, ColorMapper colors)
protected FloatVBO
VBOBuilder. 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 FloatVBO
VBOBuilder. 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 FloatVBO
VBOBuilder. 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 dimensionsvoid
VBOBuilderListCoord3d. 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 class
BarVBO
class
PolygonVBO
class
ScatterVBO
class
SphereVBO
Warning!class
TriangleStripVBO
class
TriangleVBO
Fields in org.jzy3d.plot3d.primitives.vbo.drawable with type parameters of type DrawableVBO Modifier and Type Field Description protected IGLLoader<DrawableVBO>
DrawableVBO. loader
Methods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type DrawableVBO Modifier and Type Method Description void
SphereVBO.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 class
CubeVBO
Fields in org.jzy3d.plot3d.primitives.volume declared as DrawableVBO Modifier and Type Field Description protected DrawableVBO
Texture3D. shapeVBO
Methods in org.jzy3d.plot3d.primitives.volume with parameters of type DrawableVBO Modifier and Type Method Description void
CubeVBOBuilder. load(IPainter painter, DrawableVBO drawable)
-