POV-Ray : Newsgroups : povray.newusers : Newbie with animation Problem : Re: Newbie with animation Problem Server Time
6 Sep 2024 00:23:06 EDT (-0400)
  Re: Newbie with animation Problem  
From: Chris Huff
Date: 3 Jul 1999 14:58:25
Message: <377E5E5B.B0E41916@compuserve.com>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.