public class VBOBuilderListCoord3d extends VBOBuilder implements IGLLoader<DrawableVBO>
Modifier and Type | Field and Description |
---|---|
protected ColorMapper |
coloring |
protected List<Coord3d> |
coordinates |
Constructor and Description |
---|
VBOBuilderListCoord3d(List<Coord3d> coordinates) |
VBOBuilderListCoord3d(List<Coord3d> coordinates,
ColorMapper coloring) |
Modifier and Type | Method and Description |
---|---|
void |
load(com.jogamp.opengl.GL gl,
DrawableVBO drawable) |
computeGeometrySize, computeVerticeBufferSize, fillWithCollection, fillWithCollection, fillWithCollection, fillWithCollection, fillWithRandomBar, fillWithRandomBar, geometryTypeToMultiplier, initFloatVBO, initFloatVBO, initFloatVBO, putBar, putColor, putColor, putCoord, putCoord, putPoint
protected ColorMapper coloring
public VBOBuilderListCoord3d(List<Coord3d> coordinates, ColorMapper coloring)
public void load(com.jogamp.opengl.GL gl, DrawableVBO drawable) throws Exception
load
in interface IGLLoader<DrawableVBO>
Exception
Copyright © 2016. All rights reserved.