nodes
Class TimeSensor

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

public class TimeSensor
extends java.lang.Object

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

In 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.
 
Constructor Summary
TimeSensor()
           
 
Methods inherited from class java.lang.Object
equals, 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 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 VRML-type SFFloat.

See Also:
Constant Field Values
Constructor Detail

TimeSensor

public TimeSensor()