Game Development Community

Find objects

by Jendrik Posche · in Torque Game Engine · 09/24/2008 (5:30 am) · 2 replies

Hi all,

When inside the engie, i want to group certain objects by hand. How do i access the sceneobjects.
For instance i have named my object "Foo" in the mission and another "Bar" so how do i get hold of those objects "Foo" and "Bar"

I want to use this, in order to save transformations/matrix multiplications.

#1
09/24/2008 (8:31 am)
I would probably use a simset or simgroup, in script or in C++
#2
09/24/2008 (9:14 am)
You can just search through the MissionGroup, it's a simGroup too.