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 08:16:59 EDT (-0400)
  Re: While bug? or am I missing somthing?  
From: Thorsten Froehlich
Date: 29 Mar 2000 18:02:00
Message: <38e28b68$1@news.povray.org>
In article <B507C9ED.343%dav### [at] maccom> , David <dav### [at] maccom>
wrote:

> #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


Works fine for me.  Less than 65 KB of memory used.  Are you using POV-Ray
Mac 3.1g.r2?


    Thorsten


____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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