POV-Ray : Newsgroups : povray.macintosh : While bug? or am I missing somthing? : Re: While bug? or am I missing somthing? Server Time
3 Jul 2024 07:56:28 EDT (-0400)
  Re: While bug? or am I missing somthing?  
From: David
Date: 29 Mar 2000 17:55:17
Message: <B507C9ED.343%davidmccabe@mac.com>
OK here you go:

#include "colors.inc"

camera{ location <0,2,-6> look_at 0 }
light_source{ <40,40,-30>,color White }
#declare i = 1;
#while( i <= 2 )
    sphere{ (x*i)-2, .5  pigment{color Red} }
    #declare i = i + 1
#end


> From: Alan Kong <ako### [at] povrayNO-SPAMorg>
> Organization: POV-Team
> Newsgroups: povray.macintosh
> Date: Wed, 29 Mar 2000 04:15:37 -0800
> Subject: Re: While bug? or am I missing somthing?
> 
> On Tue, 28 Mar 2000 19:41:07 -0800 David <dav### [at] maccom> wrote:
> 
>> I know my way arond C++, Lingo, BASIC, and POV-Script.
>> And yes, I do know how to close a loop, thank you very much.
>> Have any other solutions?
> 
> On Tue, 28 Mar 2000 20:10:04 -0800 Ken <tyl### [at] pacbellnet> wrote:
>> 
>>> Can you provide us with an example of what is causing you problems.
>>> Anything else we can offer would only be guess work.
> 
> Hi, David. Please also pare down the scene to a minimum necessary to
> reproduce the problem.
> 
> -- 
> Alan - ako### [at] povrayorg - a k o n g <at> p o v r a y <dot> o r g
> http://www.povray.org - Home of the Persistence of Vision Ray Tracer


Post a reply to this message

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