formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Identifiers for parameters of the noise controller function.
enum fz_anim_cntl_noise_parm_enum {
FZ_ANIM_CNTL_NOISE_PARM_STRENGTH,
FZ_ANIM_CNTL_NOISE_PARM_FREQUENCY,
FZ_ANIM_CNTL_NOISE_PARM_START,
FZ_ANIM_CNTL_NOISE_PARM_END };
Members
FZ_ANIM_CNTL_NOISE_PARM_STRENGTH
Strength of noise function, depends on format id of track.
Type: double
FZ_ANIM_CNTL_NOISE_PARM_FREQUENCY
Frequency (in seconds) between two neighboring noise values. Higher frequency results in longer times between changes for "smoother" functions. Lower frequency results in shorter times between changes for "jumpier" functions.
Type: double
FZ_ANIM_CNTL_NOISE_PARM_START
The time at which the noise controller's values start.
Type: double
FZ_ANIM_CNTL_NOISE_PARM_END
The time at which the noise controller's values end.
Type: double
Availability
6.1.0.0
Defined in