Class CRVRMLScene

java.lang.Object
org.web3d.vrml.lang.AbstractScene
org.web3d.vrml.renderer.CRVRMLScene
All Implemented Interfaces:
BasicScene, VRMLScene

public class CRVRMLScene extends AbstractScene implements VRMLScene
A representation of a complete scene in VRML and X3D.

The scene returns lists of nodes of the given type. This list contains all of the nodes of that type in the order that they are declared in the incoming stream. As the scene changes due to scripting and external interactions, it will add new instances of these nodes to the end of the list. If there is none of the given node types, the methods shall return empty lists.

Version:
$Revision: 1.15 $
Author:
Justin Couch