Add SimGroup to SceneGraph
by Chad Kilgore · in Torque Game Builder · 01/18/2009 (8:57 pm) · 0 replies
Is there a method to add a SimGroup to a SceneGraph?
I have a SimGroup object that exists in a separate *.cs file that will be shared between several *.t2d. This feature allows me to only have to change code in one file and all levels change appropriately. I have these shared t2dSceneObjects in a SimGroup and instead of having to add each object separately I would like just add the group.
I do have the source. If the functionality needs to be added, that can be done. Thanks all.
I have a SimGroup object that exists in a separate *.cs file that will be shared between several *.t2d. This feature allows me to only have to change code in one file and all levels change appropriately. I have these shared t2dSceneObjects in a SimGroup and instead of having to add each object separately I would like just add the group.
I do have the source. If the functionality needs to be added, that can be done. Thanks all.