formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Evaluates a controller at the given time and returns its value.
Some controllers take an input value also (like Sine, Noise). In this case,
pass in the input value also.
Plugin Prototype
fzrt_error_td fz_anim_eval_value_cntl(
fzrt_int | windex, |
cntl_node, | |
double | time, |
double * | value ) |
Parameters
windex [Input]
project window index
cntl_node [Input]
controller animation node
time [Input]
time (in seconds)
value [Input, Result]
value of track at given time
Returns
Error codes
Availability
6.1.0.0
Example Files
See Also
,
Function Set
Defined in