| Package | Description |
|---|---|
| org.jzy3d.io.matlab | |
| org.jzy3d.io.obj | |
| org.jzy3d.plot3d.primitives.vbo.builders | |
| org.jzy3d.plot3d.primitives.vbo.drawable |
| Modifier and Type | Class and Description |
|---|---|
class |
MatlabVBOLoader
Load a Matlab (TM) .mat file, assuming it contains at least three arrays named
"X", "Y" and "Z".
|
| Modifier and Type | Class and Description |
|---|---|
class |
OBJFileLoader |
| Modifier and Type | Class and Description |
|---|---|
class |
VBOBuilder
The
VBOBuilder is responsible for sizing a FloatVBO, filling
it with vertex coordinates and colors properties, and and configure a
DrawableVBO with filled buffer. |
class |
VBOBuilderListCoord3d
A simple loader loading an existing collection of coordinates into a Vertex
Buffer Objects once GL initialization stage requires it to be loaded.
|
| Modifier and Type | Field and Description |
|---|---|
protected IGLLoader<DrawableVBO> |
DrawableVBO.loader |
| Constructor and Description |
|---|
BarVBO(IGLLoader<DrawableVBO> loader) |
DrawableVBO(IGLLoader<DrawableVBO> loader) |
ScatterVBO(IGLLoader<DrawableVBO> loader) |
Copyright © 2016. All rights reserved.