Package org.jzy3d.io.matlab
Class MatlabVBOLoader
java.lang.Object
org.jzy3d.io.matlab.MatlabVBOLoader
- All Implemented Interfaces:
IGLLoader<DrawableVBO>
Load a Matlab (TM) .mat file, assuming it contains at least three arrays named "X", "Y" and "Z".
Will fill buffers used to setup a
DrawableVBO
which efficiently load geometries in GPU
memory once program starts.- Author:
- Martin Pernollet
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
filename
-
C1
protected static int C1 -
C2
protected static int C2 -
C3
protected static int C3
-
-
Constructor Details
-
MatlabVBOLoader
-
-
Method Details
-
load
- Specified by:
load
in interfaceIGLLoader<DrawableVBO>
- Throws:
Exception
-