|
j3d.org Code | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BooleanInterpolator | An interpolator that works with boolean values. |
ColorInterpolator | An interpolator that works with color components. |
Coordinate2DInterpolator | An interpolator that works with 2D positional coordinates. |
CoordinateInterpolator | An interpolator that works with positional coordinates. |
IntegerInterpolator | An interpolator that works with integer values. |
Interpolator | An interpolator that works with positional coordinates. |
NormalInterpolator | An interpolator that works with sets of normals. |
PositionInterpolator | An interpolator that works with positional coordinates. |
RotationInterpolator | An interpolator that works with positional coordinates. |
ScalarInterpolator | An interpolator that works with scalar values. |
Interpolator utility classes that may be used anywhere.
These utility classes do not rely on using the standard Java 3D behaviour mechanism to operate. They can operate on a standalone basis with user code setting fraction values and getting information back.
Interpolators act as either a linear mechanism or step mechanism. When working as a linear system it calculates the values relative to the proportion between the keys in a linear fashion. Step interpolation holds the previous key value until the next key value is reached. At the point the key is reached, the output value jumps to the next keyValue.
|
j3d.org Code | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |