Uses of Class
org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
-
Packages that use FloatVBO Package Description org.jzy3d.plot3d.primitives.vbo.builders org.jzy3d.plot3d.primitives.vbo.drawable -
-
Uses of FloatVBO in org.jzy3d.plot3d.primitives.vbo.builders
Methods in org.jzy3d.plot3d.primitives.vbo.builders that return FloatVBO Modifier and Type Method Description 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 dimensionsMethods in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type FloatVBO Modifier and Type Method Description 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, FloatVBO vbo, ColorMapper colors)protected voidVBOBuilder. putBar(FloatVBO vbo, int size, float x, float y, float z, Color color)protected voidVBOBuilder. putColor(FloatVBO vbo, Color color)protected voidVBOBuilder. putCoord(FloatVBO vbo, Coord3d c)protected voidVBOBuilder. putPoint(FloatVBO vbo, int id, Color color, Coord3d coord) -
Uses of FloatVBO in org.jzy3d.plot3d.primitives.vbo.drawable
Methods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type FloatVBO Modifier and Type Method Description voidDrawableVBO. setData(com.jogamp.opengl.GL gl, FloatVBO vbo)To be called by the VBOBuilder
-