-
Wiggle in one dimension with a floor
I’ve seen many posts on this problem but just cant seem to get how to do it or the get results I need form some of the expressions that have been posted.
Im using this expression on a 3d layer to wiggle only in the Y dimension.w = wiggle(6,250);
[value[0],w[1],value[2]]I would like to create a floor for the wiggle so my layer doesn’t go below the floor.
I understand the clamp expression should be used but I am not sure how to add it to this expression.
Any help would be appreciated.
Thanks!