i have this game going, needs oobb collision

Started by
1 comment, last by jonahrowley 18 years, 1 month ago
hi i have this mega man type 3d game going on, and Im only using AABB(axis aligned bounding boxes) for collision, and i would realy like to add in OOBB(object oriented bounding boxes) for collision. I've scoured the internet and not found much; And i dint like the gamasutra explainition, although I guess I'd look at it again. Does anyone have any c++ code formulii or web pages with c++ code formulii for OOBB(object oriented bounding boxes) and collision with OOBBs?
Advertisement
i liked my post so much i decided to add to it.
Are you sure you don't mean OBB's? That's Oriented Bounding Box, not Object Oriented Bounding Box. Now that you have the correct term, I'm sure google can help you. There's certainly no lack of info on this subject.

You say you found a solution but "didn't like it". Which part is giving you trouble?

This topic is closed to new replies.

Advertisement