POV-Ray : Newsgroups : povray.newusers : Applying a transform to a whole batch of objects? : Re: Applying a transform to a whole batch of objects? Server Time
29 Jul 2024 20:13:37 EDT (-0400)
  Re: Applying a transform to a whole batch of objects?  
From: Tom Melly
Date: 1 Apr 2005 09:00:14
Message: <424d53ee$1@news.povray.org>
"Besen" <nomail@nomail> wrote in message
news:web.424d48d23095e5e0feb490460@news.povray.org...
>
>   group {
>     object { a }
>     object { b }
>     transform { t }
>   }
>

union{
  object{a}
  object{b}
  transform{t}
}

... but methinks what you really need to do is read up on CSG in the
manual...


Post a reply to this message

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