|
Blender V4.3
|
#include <DNA_anim_types.h>
Public Attributes | |
| float | amplitude |
| float | phase_multiplier |
| float | phase_offset |
| float | value_offset |
| int | type |
| int | flag |
'Built-In Function' Generator modifier data
This uses the general equation for equations: y = amplitude * fn(phase_multiplier*x + phase_offset) + y_offset
where amplitude, phase_multiplier/offset, y_offset are user-defined coefficients, x is the evaluation 'time', and 'y' is the resultant value
Definition at line 150 of file DNA_anim_types.h.
| float FMod_FunctionGenerator::amplitude |
Coefficients for general equation (as above).
Definition at line 152 of file DNA_anim_types.h.
Referenced by fcm_fn_generator_new_data().
| int FMod_FunctionGenerator::flag |
#eFMod_Generator_flags.
Definition at line 161 of file DNA_anim_types.h.
| float FMod_FunctionGenerator::phase_multiplier |
Definition at line 153 of file DNA_anim_types.h.
| float FMod_FunctionGenerator::phase_offset |
Definition at line 154 of file DNA_anim_types.h.
| int FMod_FunctionGenerator::type |
Definition at line 159 of file DNA_anim_types.h.
| float FMod_FunctionGenerator::value_offset |
Definition at line 155 of file DNA_anim_types.h.