Class MatlabVBOLoader

  • All Implemented Interfaces:
    IGLLoader<DrawableVBO>

    public class MatlabVBOLoader
    extends 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 a DrawableVBO which efficiently load geometries in GPU memory once program starts.
    Author:
    Martin Pernollet