05-29-2019, 03:15 PM
Percentage-based variations are always marked with a "%" symbol in the label. All other variations are by value.
The variation-by-value equation is:
so a value of 5 with a variation of 10 will give a range of values from -5 to 15. The Actor Animation operator also clamps the min value of this range to 1.
Adding anim clip display to the Display Data operator is a good idea.
The variation-by-value equation is:
Code:
val = val + random(-1,1) * var
so a value of 5 with a variation of 10 will give a range of values from -5 to 15. The Actor Animation operator also clamps the min value of this range to 1.
Adding anim clip display to the Display Data operator is a good idea.