HBhvInterpolator.h

Content

Classes

HBhvInterpolator

The HBhvInterpolator class is the abstract base class for all interpolator types.

HBhvInterpolatorPosition

The HBhvInterpolatorPosition class controls positional interpolation.

HBhvInterpolatorTrail

The HBhvInterpolatorTrail class draws a line trail from one keyframe position to the next.

HBhvInterpolatorAxisRotate

The HBhvInterpolatorAxisRotate class controls rotation around an arbitrary axis.

HBhvInterpolatorColor

The HBhvInterpolatorColor class controls color attribute changes.

HBhvInterpolatorScale

The HBhvInterpolatorScale class controls scaling. This class can be used for camera interpolation as well other targets.

HBhvInterpolatorQuatSquad

HBhvInterpolatorAttSwitch

The HBhvInterpolatorAttSwitch class switches attributes on segments.

HBhvInterpolatorVertexMorph

HBhvInterpolatorColorMorph

The HBhvInterpolatorColorMorph class performs an interpolation on the face colors of your target object.

HBhvInterpolatorSegSwitch

The HBhvInterpolatorSegSwitch performs animation by switching on and off the visibility of segments.

HBhvInterpolatorInstanceCreate

HBhvInterpolatorSegMove

The HBhvInterpolatorSegMove performs animation by switching on and off the visibility of segments.

HBhvInterpolatorMatrix

Macro definitions

REPLACE_VARRAY

REMOVE_VARRAY

CURVE_ARRAY

Enumerators

TrailInterpolatorType

Macro definitions

REPLACE_VARRAY(c, pos)
REMOVE_VARRAY(pos)
CURVE_ARRAY(pos)

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