shout3d.core
Class Interpolator

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Interpolator
Direct Known Subclasses:
CoordinateInterpolator, OrientationInterpolator, PositionInterpolator, ScalarInterpolator

public class Interpolator
extends Node

An Interpolator


Field Summary
 FloatField fraction
           
 
Constructor Summary
Interpolator()
          Constructs a default Interpolator
 
Method Summary
 void update()
          Call this to update the value field's value based on the current value of the fraction field).
 
Methods inherited from class shout3d.core.Node
getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fraction

public final FloatField fraction
Constructor Detail

Interpolator

public Interpolator()
Constructs a default Interpolator
Method Detail

update

public void update()
Call this to update the value field's value based on the current value of the fraction field). This is automatically called by the viewer, but you can call this at any time to force new output. Base class does nothing.