org.jzy3d.io.matlab
Class MatlabVBOLoader
- java.lang.Object
-
- org.jzy3d.io.matlab.MatlabVBOLoader
-
- All Implemented Interfaces:
- IGLLoader<DrawableVBO>
public class MatlabVBOLoader extends java.lang.Object implements 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 aDrawableVBOwhich efficiently load geometries in GPU memory once program starts.
-
-
Constructor Summary
Constructors Constructor and Description MatlabVBOLoader(java.lang.String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidload(com.jogamp.opengl.GL gl, DrawableVBO drawable)
-
-
-
Method Detail
-
load
public void load(com.jogamp.opengl.GL gl, DrawableVBO drawable) throws java.lang.Exception- Specified by:
loadin interfaceIGLLoader<DrawableVBO>- Throws:
java.lang.Exception
-
-
DMelt 3.0 © DataMelt by jWork.ORG