Old Sine function doesn't work correctly.
-
As you may recall, one of the users posted a way you could make servos oscillate back and forth. That was back for Alpha
Math.sin(frame/3)/10
Gues what?
IT DOESN"T WORK ANY MORE! Now it is very jumpy & unreliable.
Please help me. I am not sure what to do.
-
i found that oscillator(number) works.
-
Try
Math.sin(frame/3.0)/10If the 3 isn't a floating point number (3.0) the result is an integer.
40/3 = 13
40/3.0 = 13.333333333
Advertisement