POV-Ray : Newsgroups : povray.binaries.images : Quiz : Re: Quiz Server Time
2 Oct 2024 16:26:38 EDT (-0400)
  Re: Quiz  
From: Anton Sherwood
Date: 29 Jul 2001 02:25:26
Message: <3B63AD18.85331C3F@pobox.com>
Warp wrote:
> 
>   Actually it's a bit simpler:
> 
> union
> { #declare Angle=0;
>   #while(Angle<360)
>     torus { 1,.04 rotate z*30 translate z*.25 rotate y*Angle }
>     #declare Angle=Angle+15;
>   #end
> }


Slightly simpler: change the relevant line to
torus { 1, 0.04 translate x*0.25 rotate <30,Angle,0> }

-- 
Anton Sherwood  --  br0### [at] p0b0xcom  --  http://ogre.nu/


Post a reply to this message

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