wobs.scene3d.nodes
Class TimeSensor

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

public class TimeSensor
extends X3DDefaultNode

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

In X3D/VRML, the TimeSensor node is used to drive animations.


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

Field Detail

fraction

public static final int fraction
The constant used to access the fraction field of a TimeSensor node.
In X3D/VRML, this field specifies the animation fraction in the range of 0 to 1. Original VRML node name is fraction_changed.

This field is of X3D/VRML-type SFFloat.

See Also:
Constant Field Values