Hey, all. I was just wondering, what kind of collision solutions are everyone using for their games? Bounding box, or something more complex? I'm not doing physics, but I'm trying to see what my options are for collision tests...
I'm using bounding volumes, but that is just me. Lots of guys are using physics engines [usually newton] for collisions because it allows them to easily add mesh-to-mesh collision detection.