POV-Ray : Newsgroups : povray.advanced-users : Help needed! Forest memory problems : Re: Help needed! Forest memory problems Server Time
29 Jul 2024 04:32:43 EDT (-0400)
  Re: Help needed! Forest memory problems  
From: Thorsten Froehlich
Date: 18 Dec 2002 15:28:24
Message: <3e00da68@news.povray.org>
In article <3e00d424@news.povray.org> , "Apache" 
<apa### [at] yahoocom> wrote:

> POV-Ray needs object referencing. Maybe something for POV-Ray 4.0 or 3.6 ?
>
> #declare Thing = intersection {
>   sphere {<-10.000, 0.000, 0.000> 11.000}
>   sphere {< 10.000, 0.000, 0.000> 11.000}
> }
>
> #declare Clone = \Thing;
>    or
> #declare Clone = reference(Thing);
>    or
> whatever

You not only missed that it is already done for meshes transparently, but
also that there is zero need for a user controlling something POV-Ray can do
automatically.  So not need to mess up the syntax.  Anyway, this has been
discussed to death in recent month anyway...

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

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.