Jazz3D API


com.sygem.jazz3d3.loader
Class Loader3DS

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

public class Loader3DS
extends Loader

Loader for 3DS 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. It will also load UV texture coordinates, and will load the materials list and assign them correctly.

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

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

Loader3DS

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