|
NCSA Portfolio | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j3d.loaders.LoaderBase | +--ncsa.j3d.loaders.BasicLoader | +--ncsa.j3d.loaders.Loader_LWS
This is the front end to Sun's Lightwave 3D scene file loader from the utility classes thare are part of the Java 3D distribution. It is not meant to be called directly; it should be called through ModelLoader.
Lw3dLoader
Constructor Summary | |
Loader_LWS()
Default constructor. |
Method Summary | |
com.sun.j3d.loaders.Scene |
load(java.io.Reader ir)
Uses this Reader stream to load the model. |
Methods inherited from class ncsa.j3d.loaders.BasicLoader |
load,
load |
Methods inherited from class com.sun.j3d.loaders.LoaderBase |
getBasePath,
getBaseUrl,
getFlags,
setBasePath,
setBaseUrl,
setFlags |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Loader_LWS()
Method Detail |
public com.sun.j3d.loaders.Scene load(java.io.Reader ir)
ir
- Reader
|
NCSA Portfolio | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |