Class OGLVRMLSceneBuilder

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

public class OGLVRMLSceneBuilder extends Object implements SceneBuilder
A OpenGL file loader implementation for reading VRML and X3D files and building a OpenGL 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.28 $
Author:
Justin Couch