OMG could it be that it works and it’s not doing what I expected from it? I expected smaller changes in motion as they are visible for example when adding wiggle on position and I go from
wiggle(random(5,10),random(20,100));
to
wiggle(random(1,2),random(20,100));
there’s a visible drop of change in motion, but when I go down to
wiggle(random(.1, .5),random(20,100));
then it shows no discernible difference. I expected it to be a lot less jerky with longer calm intervals. Maybe it doesn’t work that way?