Package org.jzy3d.io.obj
Class OBJFileLoader
- java.lang.Object
-
- org.jzy3d.io.obj.OBJFileLoader
-
- All Implemented Interfaces:
IGLLoader<DrawableVBO>
public class OBJFileLoader extends Object implements IGLLoader<DrawableVBO>
-
-
Constructor Summary
Constructors Constructor Description OBJFileLoader(File file)
-
-
-
Constructor Detail
-
OBJFileLoader
public OBJFileLoader(File file)
-
-
Method Detail
-
load
public void load(IPainter painter, DrawableVBO drawable)
- Specified by:
load
in interfaceIGLLoader<DrawableVBO>
-
-