POV-Ray : Newsgroups : povray.binaries.images : Experimenting with Greebles : Re: Experimenting with Greebles Server Time
7 Aug 2024 13:22:12 EDT (-0400)
  Re: Experimenting with Greebles  
From: Slime
Date: 13 May 2006 01:09:01
Message: <446569ed$1@news.povray.org>
> Several copies of the same greeble are translated to different
> locations, allowing the construction of repetitive patterns, so I can't
> pass down the information about the translations from the higher levels
> to the lower levels.

Well, each time you copy a CSG object POV-Ray makes a separate version of it
anyway, so you could pass the translation info down and do something like

intersection {
object {greeble[i] translate greebleoffset}
plane{clippingplane1}
plane{clippingplane2}
plane{clippingplane3}
}

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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