POV-Ray : Newsgroups : povray.binaries.images : Quiz : Re: Quiz Server Time
2 Oct 2024 10:20:19 EDT (-0400)
  Re: Quiz  
From: Paul Daniel Jones
Date: 10 May 2000 08:21:52
Message: <39195462.968DE183@psu.edu>
>   Image 3:
>
> union
> { #declare Angle=0;
>   #while(Angle<360)
>     union
>     { cylinder { <0,-1,-.75>, <.75,1,.5>, .025 }
>       cylinder { <0,-1,-.75>, <-.75,1,.5>, .025 }
>       rotate y*Angle
>     }
>     #declare Angle=Angle+10;
>   #end
>   torus { .75, .025 translate -y }
>   torus { vlength(<.75,0,.5>), .025 translate y }
> }

any reason for using vlength??

-paul
--
-------------------------------------------#
Paul Daniel Jones
307 Chandlee Laboratory
Penn State University
814-865-2090
pdj### [at] psuedu

http://research.chem.psu.edu/glassgrp/paul
--------------------------------------------#


Post a reply to this message

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