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.1rc2
- See Also:
Loader
,
LoadFactory
Method Summary |
void |
load(java.lang.String filename,
Model3d obj)
Begins the loading process. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Loader3DS
public Loader3DS()
load
public final void load(java.lang.String filename,
Model3d obj)
- Begins the loading process.
- Specified by:
load
in class Loader
Copyright © 1999-2006 SyGem Software. All Rights Reserved.