Tagged Questions
8
votes
3answers
1k views
What's a good data structure solution for a scene manager in XNA?
I'm playing with XNA for a game project of myself, I had previous exposure to OpenGL and worked a bit with Ogre, so I'm trying to get the same concepts working on XNA.
Specifically I'm trying to add ...