wobs.scene3d.nodes
Class Scene

java.lang.Object
  extended by wobs.scene3d.player.X3DNode
      extended by wobs.scene3d.player.X3DScene
          extended by wobs.scene3d.nodes.Scene
All Implemented Interfaces:
java.lang.Cloneable

public class Scene
extends X3DScene

This class contains index constants to access fields in a Scene node using the X3DNode.getField(int fieldIndex) method.

The Scene node is a WF3D-specific node and acts as the single root of the VRML scene graph. All the VRML root nodes of a scene graph are collected in the children field of a Scene node.


Field Summary
static int children
          The constant used to access the children field of a Scene node.
static int rendering
          The constant used to access the rendering field of a Scene node.
 
Fields inherited from class wobs.scene3d.player.X3DNode
name, type
 
Method Summary
 
Methods inherited from class wobs.scene3d.player.X3DScene
addRoute, clone, deleteRoute, getCurrentView, setViewpoint, viewpointMove, viewpointRotN
 
Methods inherited from class wobs.scene3d.player.X3DNode
addChild, getChildren, getField, getName, getNode, getNode, getParent, getType, move, removeChild, rotN, scale
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rendering

public static final int rendering
The constant used to access the rendering field of a Scene node.
This field contains the Rendering node.

This field is of X3D/VRML-type SFNode.

See Also:
Constant Field Values

children

public static final int children
The constant used to access the children field of a Scene node.
This field contains the root nodes of a VRML scene graph.

This field is of X3D/VRML-type MFNode.

See Also:
Constant Field Values