grouping several objects into one

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
olbr
Kobold
Posts: 30
Joined: Sat Mar 08, 2014 12:47 am

grouping several objects into one

Post by olbr »

Hi

I have a several objects on my scene but for some cases I need to group them together to do the same operation.
How can I easily group several scenenodes together in Ogre ? (It would be great if I can add or remove members from this group on every frame)

cheers
User avatar
tod
Troll
Posts: 1394
Joined: Wed Aug 02, 2006 9:41 am
Location: Bucharest
x 94
Contact:

Re: grouping several objects into one

Post by tod »

Scene nodes are for grouping object together. You mean another kind of grouping. Which kind?
olbr
Kobold
Posts: 30
Joined: Sat Mar 08, 2014 12:47 am

Re: grouping several objects into one

Post by olbr »

tod wrote:Scene nodes are for grouping object together. You mean another kind of grouping. Which kind?
So I have a separate Scene node for every object but in some cases I need to apply some action on many nodes and once this action is same for all of them I have to do it sequentially for each node, but is there a way to group them together without using childnodes to apply this action only once for that group ?

Thanks
Post Reply