formZ SDK | 5.0 API Reference | Project | Modeling | Animation

fz_anim_extrap_curve_enum

Description

Identifiers for extrapolation curves. Extrapolation defines what happens to a controller's values before and after the defined domain of the controller function. Some controllers do not have a start or end and therefore these extrapolation curves aren't applicable.

enum fz_anim_extrap_curve_enum {

FZ_ANIM_EXTRAP_BEFORE,

FZ_ANIM_EXTRAP_AFTER };

Members

FZ_ANIM_EXTRAP_BEFORE

Before extrapolation curve

FZ_ANIM_EXTRAP_AFTER

After extrapolation curve

Availability

6.1.0.0

Defined in

fz_anim_api.h