POV-Ray : Newsgroups : povray.newusers : Help with CGS : Re: Help with CGS Server Time
6 Sep 2024 08:10:27 EDT (-0400)
  Re: Help with CGS  
From: Kevork Abadjian
Date: 17 Apr 1999 03:05:55
Message: <3718265D.1DADA59B@conted.lan.mcgill.ca>
Thanks to everyone for hempling me;  specially to Ken for the smaple code.  It solved
the problem.




Ken wrote:

> // This should now act correctly for a merge csg operation:
>  #declare cnt=0
>         merge {
>  #while (cnt < 5)
>         object {ball
>                 translate <cnt/2.5,0,0>
>                }
>         #declare cnt=cnt+1
>  #end
> }


Post a reply to this message

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