Class CRMainSceneBuilder

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

public abstract class CRMainSceneBuilder extends Object implements StringContentHandler, BinaryContentHandler, ProtoHandler, ScriptHandler, RouteHandler
A scene builder implementation for reading input from a SAV source and building a scene graph with them.

This basic implementation does most of the hard work regardless of the individual renderer in use. The implementer of this class is only required to provide a single method - startNode(), although they are free to override any that they wish. It is strongly recommended that the overridden method be called on this class too to make sure state does not get out of alignment.

Version:
$Revision: 1.60 $
Author:
Justin Couch