Package | Description |
---|---|
org.jzy3d.plot3d.primitives.vbo.builders | |
org.jzy3d.plot3d.primitives.vbo.drawable |
Modifier and Type | Method and Description |
---|---|
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 dimensions
|
protected 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 dimensions
|
Modifier and Type | Method and Description |
---|---|
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,
FloatVBO vbo,
ColorMapper colors) |
protected void |
VBOBuilder.putBar(FloatVBO vbo,
int size,
float x,
float y,
float z,
Color color) |
protected void |
VBOBuilder.putColor(FloatVBO vbo,
Color color) |
protected void |
VBOBuilder.putCoord(FloatVBO vbo,
Coord3d c) |
protected void |
VBOBuilder.putPoint(FloatVBO vbo,
int id,
Color color,
Coord3d coord) |
Modifier and Type | Method and Description |
---|---|
void |
DrawableVBO.setData(com.jogamp.opengl.GL gl,
FloatVBO vbo)
To be called by the VBOBuilder
|
Copyright © 2016. All rights reserved.