🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Untitled

posted in DruinkJournal
Published July 21, 2006
Advertisement
Yeah, I should have called in sick today. There's 3 people awol somewhere...

I got my sprite manager cleaned up, and the rest of the code too. Scene objects now add themselfs to the scene graph when they're set to visible. That way the application doesn't have to do it. It also means that sprites can add themselfs to the sprite manager instead of the scene graph. This might come back to bite me when I do culling though.

I also store pointers to sprites in my multimap in the manager, instead of by value. That got me 5 FPS (From 62 FPS) where I was adding/removing 12 sprites per frame, which is a fair bit.

Compile is nearly done, back to work...
Previous Entry Untitled
Next Entry Untitled
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement