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

fz_anim_animate_dfrm

Description

Creates an animated deformation style and adds it to the animation node hierarchy. If has_cage is TRUE, the deformation has influence only within the boundaries of its cage. The cage, by default, is an axis-aligned box centered at the origin.

Plugin Prototype

fzrt_error_td fz_anim_animate_dfrm(

fzrt_int

windex,

fzrt_UUID_td

dfrm_id,

fzrt_boolean

has_cage,

fz_anim_node_ptr *

anim_node )

Parameters

windex [Input]

project window index

dfrm_id [Input]

deformation style

has_cage [Input]

whether or not deformation style has a cage of influence

anim_node [Result]

new animated entity

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_dfrm.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h