Class 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 of EnlightablePolygon 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