"tiocfaidh" <nomail@nomail> wrote:
> Say I have created 4 squares and positioned them into some object. Is it
> possible to group those objects so that I can move all 4 of them at the same
> time?
You can group theme with a union:
#declare GroupA = union { box { ..... } box { ..... } box { ..... } }
then you can move the object { GroupA } or wathever you name it (see csg objects
in the manual).
Post a reply to this message
|