|
|
Oh I get it now. POV-Ray really functions reverse of what I expected.
Being a programmer, I was expecting it to keep track of what the box's
previous rotational angle was on the last iteration of the while loop. I
should have realized that I wasn't doing that with the position. Thanks
for your help. Both of you.
On Mon, 10 Feb 2003 17:29:37 -0500, Tor Olav Kristensen wrote:
>>
>>
> You can just change this line:
> rotate <0,increment*degree,0>
>
> - to this:
> rotate <0,-position*degree,0>
>
>
> Tor Olav
Post a reply to this message
|
|