Documentation of 'org.jzy3d.io.matlab.MatlabVBOLoader' Java class
MatlabVBOLoader
org.jzy3d.io.matlab

Class 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 a DrawableVBO which 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
      void load(com.jogamp.opengl.GL gl, DrawableVBO drawable) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatlabVBOLoader

        public MatlabVBOLoader(java.lang.String filename)
    • Method Detail

      • load

        public void load(com.jogamp.opengl.GL gl,
                         DrawableVBO drawable)
                  throws java.lang.Exception
        Specified by:
        load in interface IGLLoader<DrawableVBO>
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.