HBhvInterpolator.h
Content
Classes
The HBhvInterpolator class is the abstract base class for all interpolator types. |
|
The HBhvInterpolatorPosition class controls positional interpolation. |
|
The HBhvInterpolatorTrail class draws a line trail from one keyframe position to the next. |
|
The HBhvInterpolatorAxisRotate class controls rotation around an arbitrary axis. |
|
The HBhvInterpolatorColor class controls color attribute changes. |
|
The HBhvInterpolatorScale class controls scaling. This class can be used for camera interpolation as well other targets. |
|
The HBhvInterpolatorAttSwitch class switches attributes on segments. |
|
The HBhvInterpolatorColorMorph class performs an interpolation on the face colors of your target object. |
|
The HBhvInterpolatorSegSwitch performs animation by switching on and off the visibility of segments. |
|
The HBhvInterpolatorSegMove performs animation by switching on and off the visibility of segments. |
|
Macro definitions
Enumerators
Enumerators
-
enum TrailInterpolatorType
Various Modes for Trail Interpolator
Values:
-
enumerator Forward
line is drawn from beginning of animation to current position
-
enumerator Backward
line is drawn from end of animation to current position
-
enumerator Full
line is drawn from beginning of animation to end of animation
-
enumerator Forward