XNA Per-Polygon Collision Check

Posted by user22985 on Game Development See other posts from Game Development or by user22985
Published on 2012-11-18T11:14:35Z Indexed on 2012/11/18 11:28 UTC
Read the original article Hit count: 494

I'm working on a project in XNA for WP7 with a low-poly environment, my problem is I need to setup a working per-polygon collision check between 2 or more 3d meshes.

I've checked tons of tutorials but all of them use bounding-boxes, bounding-spheres,rays etc., but what I really need is a VERY precise way of checking if the polygons of two distinct models have intersected or not.

If you could redirect me to an example or at least give me some pointers I would be grateful.

© Game Development or respective owner

Related posts about XNA

Related posts about collision-detection