POV-Ray : Newsgroups : povray.newusers : Applying a transform to a whole batch of objects? : Applying a transform to a whole batch of objects? Server Time
29 Jul 2024 20:13:44 EDT (-0400)
  Applying a transform to a whole batch of objects?  
From: Besen
Date: 1 Apr 2005 08:15:00
Message: <web.424d48d23095e5e0feb490460@news.povray.org>
Hi,

using the 'transform' directive, it is possible to apply a transformation to
an object, like

  object xy {
    transform { t }
  }

However, is there a way to apply a transformation to a whole bunch of
objects at once? I'm thinking of something like (pseudo code)

  group {
    object { a }
    object { b }
    transform { t }
  }

so that the specified transformation applies to objects 'a' and 'b'

thx
Besen


Post a reply to this message

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