-
-
Classes in org.web3d.x3d.sai.Interpolation used by org.web3d.x3d.jsail.Interpolation
| Class |
Description |
| ColorInterpolator |
ColorInterpolator generates a range of color values.
|
| CoordinateInterpolator |
CoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list.
|
| CoordinateInterpolator2D |
CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.
|
| EaseInEaseOut |
EaseInEaseOut enables gradual animation transitions by modifying TimeSensor fraction outputs.
|
| NormalInterpolator |
NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.
|
| OrientationInterpolator |
OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.
|
| PositionInterpolator |
PositionInterpolator generates a series of 3-tuple SFVec3f values.
|
| PositionInterpolator2D |
PositionInterpolator2D generates a series of SFVec2f values.
|
| ScalarInterpolator |
ScalarInterpolator generates piecewise-linear SFFloat values.
|
| SplinePositionInterpolator |
SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.
|
| SplinePositionInterpolator2D |
SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.
|
| SplineScalarInterpolator |
SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.
|
| SquadOrientationInterpolator |
SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.
|
| X3DInterpolatorNode |
Interpolator nodes are designed for linear keyframed animation.
|
-
-
Classes in org.web3d.x3d.sai.Interpolation used by org.web3d.x3d.sai.Interpolation
| Class |
Description |
| ColorInterpolator |
ColorInterpolator generates a range of color values.
|
| CoordinateInterpolator |
CoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list.
|
| CoordinateInterpolator2D |
CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.
|
| EaseInEaseOut |
EaseInEaseOut enables gradual animation transitions by modifying TimeSensor fraction outputs.
|
| NormalInterpolator |
NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.
|
| OrientationInterpolator |
OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.
|
| PositionInterpolator |
PositionInterpolator generates a series of 3-tuple SFVec3f values.
|
| PositionInterpolator2D |
PositionInterpolator2D generates a series of SFVec2f values.
|
| ScalarInterpolator |
ScalarInterpolator generates piecewise-linear SFFloat values.
|
| SplinePositionInterpolator |
SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.
|
| SplinePositionInterpolator2D |
SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.
|
| SplineScalarInterpolator |
SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.
|
| SquadOrientationInterpolator |
SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.
|
| X3DInterpolatorNode |
Interpolator nodes are designed for linear keyframed animation.
|