java.lang.Object
org.jagatoo.loaders.models.obj.OBJPrototypeLoader
A loader to create abstract java data from a Wavefront OBJ file.
- Author:
- Kevin Glass, David Wallace Croft, Amos Wenger (aka BlueSky), Marvin Froehlich (aka Qudus)
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OBJModelPrototype
load
(InputStream in, URL baseURL) static OBJModelPrototype
load
(InputStream in, URL baseURL, float[] geomOffset)
-
Field Details
-
debug
-
-
Method Details
-
load
public static OBJModelPrototype load(InputStream in, URL baseURL, float[] geomOffset) throws IOException - Throws:
IOException
-
load
- Throws:
IOException
-