🎉 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!

The Need foe Speed

Started by
0 comments, last by Dragun 24 years, 6 months ago
Alright, I'm debating on which way to approach the mousemap situation on my isometric engine. Since the engine has slopes, there are a total of twenty different tile shapes with each tile shape needing a mousemap. Should I have a massive array to store the mousemap info or should I just call it on the fly from a bitmap? Any suggestions would help.
Advertisement
I would go the calling on the fly from a bitmap route. This is something of a design judgement call though, so it's up to you what you want to implement. ;-)

Kevin

Admin for GameDev.net.

This topic is closed to new replies.

Advertisement