| |
|
| java.lang.Object com.sun.j3d.loaders.LoaderBase org.jdesktop.j3d.loaders.vrml97.VrmlLoader
VrmlLoader | public class VrmlLoader extends com.sun.j3d.loaders.LoaderBase (Code) | | This is an implementation of the Java3D utility loader interface.
A VrmlScene can be loaded via URL, filesystem pathname or a
Reader.
The "base" URL or pathname is the pathname used for relative paths in the
WRL. If the base is not specified it will be derived from the main URL or
pathname.
See Also: VrmlScene See Also: com.sun.j3d.loaders.Loader See Also: com.sun.j3d.loaders.Scene author: Rick Goldberg author: Doug Gehringer author: Nikolai V. Chr. |
Constructor Summary | |
public | VrmlLoader(int flags) Constructor for the VrmlLoader object
Will be setup to load static scene. | public | VrmlLoader() Constructor for the VrmlLoader object
Will be setup to load static scene. |
VrmlLoader | public VrmlLoader(int flags)(Code) | | Constructor for the VrmlLoader object
Will be setup to load static scene.
Parameters: flags - These are ignored for the time being. |
VrmlLoader | public VrmlLoader()(Code) | | Constructor for the VrmlLoader object
Will be setup to load static scene.
|
|
|
|