Clamping Angle Control expression?
Hi All,
I have a 3D layer with its y rotation being controlled via an adjustment layer with an angle control effect and wiggle expression for random rotation. Works OK for the most part but I would like to clamp the output value so the wiggles stay within 0-85 degrees. Is this possible at all?
I tried something I found online but it returns a "must be of dimension 1, not 2" error.
rClamp=clamp(effect("Angle Control")("Angle"),0,85);
[effect("Angle Control")("Angle"),rClamp];
Thank you!
Ken
