Class NRVRMLSceneBuilder

java.lang.Object
org.web3d.vrml.renderer.norender.NRVRMLSceneBuilder
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler, SceneBuilder

public class NRVRMLSceneBuilder extends Object implements SceneBuilder
A Java3D file loader implementation for reading VRML utf8 files and building a null renderer scene graph with them.

If the user asks for no behaviors, then we will still load nodes that use behaviors, but will disable their use. For example, a LOD will still need to have all of the geometry loaded, just not shown or activated because the LOD's internal behavior is disabled.

Version:
$Revision: 1.17 $
Author:
Justin Couch