org.jagatoo.loaders.models.ac3d
Class AC3DPrototypeLoader

java.lang.Object
  extended by org.jagatoo.loaders.models.ac3d.AC3DPrototypeLoader

public class AC3DPrototypeLoader
extends java.lang.Object

Parses the AC3D data file into a java model.

Version:
1.1
Author:
Jeremy, Amos Wenger (aka BlueSky) [code cleaning], Marvin Froehlich (aka Qudus) [code cleaning]

Constructor Summary
AC3DPrototypeLoader()
           
 
Method Summary
static AC3DModelPrototype load(java.io.InputStream in, java.net.URL baseURL)
          The real loading method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AC3DPrototypeLoader

public AC3DPrototypeLoader()
Method Detail

load

public static AC3DModelPrototype load(java.io.InputStream in,
                                      java.net.URL baseURL)
                               throws java.io.IOException
The real loading method

Returns:
The model containing the fully textured and materialed object
Throws:
java.io.IOException