org.jzy3d.io.obj
Class OBJFileLoader

java.lang.Object
  extended by org.jzy3d.io.obj.OBJFileLoader
All Implemented Interfaces:
IGLLoader<DrawableVBO>

public class OBJFileLoader
extends Object
implements IGLLoader<DrawableVBO>


Field Summary
protected  String filename
           
protected  OBJFile obj
           
 
Constructor Summary
OBJFileLoader(String filename)
           
 
Method Summary
 void load(javax.media.opengl.GL gl, DrawableVBO drawable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

protected String filename

obj

protected OBJFile obj
Constructor Detail

OBJFileLoader

public OBJFileLoader(String filename)
Method Detail

load

public void load(javax.media.opengl.GL gl,
                 DrawableVBO drawable)
Specified by:
load in interface IGLLoader<DrawableVBO>


Copyright © 2013. All rights reserved.