|
|
I believe the problem is that the trigonometry functions take radians
for the angle, and you are giving them degrees. So instead of circling
once, the camera circles 360/pi times(I think).
Use cos(radians(a)) and sin(radians(a)) instead, or even better, use
rotate < 0, r, 0> instead.
Post a reply to this message
|
|