POV-Ray : Newsgroups : povray.general : report and question : Re: report and question Server Time
3 Aug 2024 14:11:15 EDT (-0400)
  Re: report and question  
From: Paul Bourke
Date: 22 Jan 2004 02:35:34
Message: <pdb_NOSPAM-7E270A.18353322012004@news.povray.org>
> This is, of course, better :
> > #while(iter)
> >     #declare Old =
> >         union{
> >             object { Old }
> >             object { Old translate <-2, 0, 2> }
> >             object { Old translate <-2, 2, 0> }
> >             object { Old translate < 0, 2, 2> }
> >             translate <1,-1,-1>
> >             scale 0.5
> >         }
> >     #declare iter=iter-1;
> > #end
> There is no need for "New at" all. "Old" is a bad choice for name now...

That is significantly nicer, thanks, I've updated my example.

-- 
Paul Bourke
pdb_NOSPAMswin.edu.au


Post a reply to this message

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