|  |  | 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
 |  |