Game Development Community

Multiple T2D scene graphs?

by Will O-Reagan · in Torque X 2D · 06/06/2008 (4:08 pm) · 2 replies

I'm having trouble finding some objects in my scene graph, is it possible when loading a second scene on-top of the first, I have two scene graphs and hence can't find the other?

About the author

I have a degree in dramatic art, and literature, from UC Santa Barbara. I've worked for a few studios, also at Animax Ent in 2008, and some smaller studios. Currently studying Computer Science at CSU Channel Islands.


#1
06/06/2008 (5:48 pm)
I just went through this a few weeks ago. It seems that only one scenegraph is supported. You can have multiple sceneviews but only one scenegraph.
#2
06/07/2008 (11:41 pm)
Ok.. I read that there is now multiple 2D scene graphs these days.. so my next question is, how can i load a new scene "into" my active scene graph, rather then creating a new one each time i load a scene?