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

fz_bezier_insert_method_enum

Description

Identifiers for the insertion method to use when inserting bezier keyframes

enum fz_bezier_insert_method_enum {

FZ_BEZIER_INSERT_METHOD_ON_CURVE,

FZ_BEZIER_INSERT_METHOD_OFF_CURVE,

FZ_BEZIER_INSERT_METHOD_AUTO };

Members

FZ_BEZIER_INSERT_METHOD_ON_CURVE

This insertion method inserts a new control point on an existing bezier curve between two keyframes, and adjusts the new leads and the surrounding leads such that the curve remains the same.

FZ_BEZIER_INSERT_METHOD_OFF_CURVE

This insertion method inserts a new control point on a bezier curve such that the curve must now pass through the new control point.

FZ_BEZIER_INSERT_METHOD_AUTO

This insertion method determines from the given value and time whether or not the new point is on the existing curve. If it is not (or there are not at least two keyframes), then the FZ_BEZIER_INSERT_METHOD_OFF_CURVE method is used. Otherwise the FZ_BEZIER_INSERT_METHOD_ON_CURVE method is used.

Availability

6.1.0.0

Defined in

fz_anim_api.h