CoordinateInterpolator2D node


This interpolator is used to interpolate arrays of 2D coordinates.
See Interpolators for a detailed explanation on how interpolators work and when to use them.

Note:
The CoordinateInterpolator2D outputs MFVec2f values to the value_changed field, you might want to look at the PositionInterpolator2D if you want SFVec2f values.


SFFloat set_fraction 0:
Change this set_fraction field (between 0 to 1) to make the interpolator compute a new value.
Value usually routed from the TimeSensor.fraction_changed field. See Interpolators.

MFVec2f value_changed []:
When a new array of coordinates is computed from the CoordinateInterpolator2D, it is sent to the value_changed field.

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

MFVec2f keyValue []:
Contains arrays of coordinates for each value of the key list.


CoordinateInterpolator2D example