POV-Ray : Newsgroups : povray.newusers : Grouping objects : Re: Grouping objects Server Time
5 Oct 2024 15:33:13 EDT (-0400)
  Re: Grouping objects  
From: joost 1972
Date: 19 Aug 2009 05:30:00
Message: <web.4a8bc5fd24d0f32f2a36ae330@news.povray.org>
"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

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