Jazz3D API


com.sygem.jazz3d3.loader
Class LoaderASC

java.lang.Object
  |
  +--com.sygem.jazz3d3.loader.Loader
        |
        +--com.sygem.jazz3d3.loader.LoaderASC

public class LoaderASC
extends Loader

Loader for ASC objects, from 3d Studio. The actual loading of these objects is achieved throught the LoadFactory class.

This loader can only handle 3 or 4 sided faces, and only one object per file.

Version:
3.0a
Author:
SyGem Software
See Also:
Loader, LoadFactory

Constructor Summary
LoaderASC()
           
 
Method Summary
 void load(java.lang.String filename, Model3d obj)
          Begins the loading process.
 
Methods inherited from class com.sygem.jazz3d3.loader.Loader
closeFile, getDecompressor, getLine, getLineAsString, getParent, setDecompressor, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderASC

public LoaderASC()
Method Detail

load

public final void load(java.lang.String filename,
                       Model3d obj)
Begins the loading process.
Overrides:
load in class Loader

©2001 SyGem Software