Jazz3D API


com.sygem.jazz3d3.loader
Class LoaderPLG

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

public class LoaderPLG
extends Loader

Loader for PLG objects, from REND386. The actual loading of these objects is achieved throught the LoadFactory class.

This loader can handle files which contain more than one object.

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

Constructor Summary
LoaderPLG()
           
 
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

LoaderPLG

public LoaderPLG()
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