randomPoison / Gunship

An experimental game engine.
Other
1 stars 1 forks source link

Pool Ogre SceneNodes #95

Closed randomPoison closed 9 years ago

randomPoison commented 9 years ago

I asked about unused scene nodes on the ogre forums, and while the answer wasn't conclusive it seems like it would at least be a good idea to pool and reuse scene nodes. Even if the performance impact isn't that big it should still be cheaper to reuse existing ones rather than creating and destroying them constantly.

randomPoison commented 9 years ago

This was completed as part of the custom ECS framework.