Package org.xj3d.loaders.ogl
Class Web3DLoader
java.lang.Object
org.xj3d.loaders.ogl.BaseLoader
org.xj3d.loaders.ogl.Web3DLoader
- All Implemented Interfaces:
org.j3d.renderer.aviatrix3d.loader.AVLoader
A Aviatrix3D file loader implementation for reading all Web3D file formats
building a scene graph with them.
- Version:
- $Revision: 1.2 $
- Author:
- Justin Couch
-
Field Summary
Fields inherited from class org.xj3d.loaders.ogl.BaseLoader
errorReporter, vrml97Only
Fields inherited from interface org.j3d.renderer.aviatrix3d.loader.AVLoader
BACKGROUNDS, FOGS, GEOMETRY, LAYERS, LIGHTS, LOAD_ALL, RUNTIMES, VIEWPOINTS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xj3d.loaders.ogl.BaseLoader
getLoadFlags, getNavigationEnabled, isInternalModelKept, keepInternalModel, load, load, load, registerURNLocation, setErrorReporter, setLoadFlags, setNavigationEnabled
-
Constructor Details
-
Web3DLoader
public Web3DLoader()Construct a default loader implementation with no flags set. When asked to load a file it will not produce anything unless flags have been set through thesetFlags()
method.
-