-
rotation with wiggle
hi there i want to wiggle the rotation in one axis, and i wanted that the roation have a range betwen -10 and 10, i have this expression for the wiggle in one axis :
w = wiggle(5,effect(“Slider Control”)(“Slider”));
v = value;
[v[0],v[1],w[2]]but how i add the variation between 10 and -10 ?
Thanks a lot!