ScalarInterpolator node


This interpolator is used to interpolate scalar values. It should work exactly as defined in VRML.

See Interpolators for a detailed explanation on how interpolators work and when to use them.


SFFloat set_fraction 0 : Value usaly routed from the TimeSensor.fraction_changed field. See Interpolators.

SFFloat value_changed 0 0 : When a new float value is computed form the ScalarInterpolator, it is sent to the value_changed field.

MFFloat key [] : List of float values between 0 and 1. See Interpolators.

MFFloat keyValue [] : Contains a float value for each value of the key list.