wobs.scene3d.nodes
Class Rendering

java.lang.Object
  extended by X3DDefaultNode
      extended by wobs.scene3d.nodes.Rendering

public class Rendering
extends X3DDefaultNode

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

The Rendering node contains fields that control rendering features.


Field Summary
static int shadowOn
          The constant used to access the shadowOn field of a Rendering node.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shadowOn

public static final int shadowOn
The constant used to access the shadowOn field of a Rendering node.
This field turns the shadow on and off.

This field is of X3D/VRML-type SFBool.

See Also:
Constant Field Values