POV-Ray : Newsgroups : povray.advanced-users : Help needed! Forest memory problems : Re: Help needed! Forest memory problems - I give up! Server Time
29 Jul 2024 10:21:16 EDT (-0400)
  Re: Help needed! Forest memory problems - I give up!  
From: Greg M  Johnson
Date: 20 Dec 2002 13:56:00
Message: <3e0367c0$1@news.povray.org>
"Christoph Hormann" <chr### [at] gmxde> wrote in message
news:3E02E100.EC7FEB26@gmx.de...
> If your code looks like:
> #declare Mesh= mesh { ... }
> object { Mesh ... }
> object { Mesh ... }
> ...
> this should work.


Can one do
#declare Meshtrunk=mesh { ... }
#declare Meshleaf=mesh { ... }

object {Meshtrunk transform foobar1}
object {Meshtrunk transform foobar2}
object {Meshtrunk transform foobar3}


object {Meshleaf transform foobar1}
object {Meshleaf transform foobar2}
object {Meshleaf transform foobar3}

and get the benefit?


Post a reply to this message

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