Package org.jzy3d.io.matlab
Class MatlabDrawableLoader
- java.lang.Object
-
- org.jzy3d.io.matlab.MatlabDrawableLoader
-
- All Implemented Interfaces:
ILoader
public class MatlabDrawableLoader extends Object implements ILoader
Load a Matlab (TM) .mat file, assuming it contains at least three arrays named "X", "Y" and "Z". Returns a list ofEnlightablePolygon
which allow a an easier visualization of shapes made of a large number of single-colored polygons. For very large file,MatlabVBOLoader
are preferred.- Author:
- Martin Pernollet
-
-
Constructor Summary
Constructors Constructor Description MatlabDrawableLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Drawable>
load(String filename)
List<Drawable>
load(String filename, int limit)
-