POV-Ray : Newsgroups : povray.general : #while loop problem : Re: #while loop problem Server Time
10 Aug 2024 01:21:32 EDT (-0400)
  Re: #while loop problem  
From: crewman
Date: 29 Mar 2000 15:49:37
Message: <Pine.LNX.4.10.10003291249270.13761-100000@belial.reno.nv.us>
On Wed, 29 Mar 2000, Thorsten Froehlich wrote:

Thank-you very much, you have no idea how many wierd things (and wow, some
of the results were....interesting :) I tried. Now it works like a charm!


Thanks again! 


> In article <Pin### [at] graftsalleyorg> , 
> crewman <cre### [at] graftsalleyorg>  wrote:
> 
> 
> You need to use only one difference statement. Currently you create six
> spheres and out of each of them you cut out one torus. Try this:
> 
> difference {
>     //the sphere I want to "etch"
>     sphere {<0,0,0.5> 1.4}
> 
>     #declare Count1=0;
>     #while (Count1 < 6)
> 
> 
> 
>      Thorsten
> 
>


Post a reply to this message

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