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

fz_anim_dfrm_parm_enum

Description

Identifiers for a animated deformation's parameters.

enum fz_anim_dfrm_parm_enum {

FZ_ANIM_DFRM_PARM_STYLE,

FZ_ANIM_DFRM_PARM_HAS_CAGE,

FZ_ANIM_DFRM_PARM_CAGE_MIN,

FZ_ANIM_DFRM_PARM_CAGE_MAX };

Members

FZ_ANIM_DFRM_PARM_STYLE

Deformation's style method type uuid.

Type: fzrt_UUID_td

FZ_ANIM_DFRM_PARM_HAS_CAGE

Whether or not Deformation has a cage of influence or not. A deformation with a cage deforms its children entities within a single boundary cage, instead of each child entity locally.

Type: fzrt_boolean

FZ_ANIM_DFRM_PARM_CAGE_MIN

If the Deformation has a cage, these are the minimum x,y,z coordinates of it.

Type: fz_xyz_td

FZ_ANIM_DFRM_PARM_CAGE_MAX

If the Deformation has a cage, these are the maximum x,y,z coordinates of it.

Type: fz_xyz_td

Availability

6.1.0.0

See Also

Defined in

fz_anim_api.h