nodes
Class Rendering

java.lang.Object
  |
  +--nodes.Rendering

public class Rendering
extends java.lang.Object

This class contains index constants to access fields in a Rendering node using the WF3DNode.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.
 
Constructor Summary
Rendering()
           
 
Methods inherited from class java.lang.Object
equals, 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.
In WF3D, this field turns the shadow on and off.

This field is of VRML-type SFBool.

See Also:
Constant Field Values
Constructor Detail

Rendering

public Rendering()