Collision detection - A little more info

*Update – Sharky has now completed the 3D collision tutorial in 3 parts, get reading!

Over on Sharky’s Blog, there is a little tutorial brewing for 3D collision detection (nice one Sharky!!)

Following the blog trail on this, you should come across a nice dissertation on Collision detection, I’d suggest a read of it from here, it’s a long one (as dissertations usually are), it’s accurate, helpful and describes a lot about oriented bounding boxes (3D to you and me), and an old Collision Detection library on sourceforge as well!.

On another note, there does seem to be a problem with the Intel 915GM/GMS series embedded graphics cards with XNA, these can be found it a lot of laptops these days (like mine).

The problem usually crops up in different places and causes a “Method Call is invalid” error when drawing some models and even when drawing primitives, which is very weird. The actual cause of the problem is unknown although the thought seems to be at the moment that this stems from the cards in-ability to do Shader 1.1 functions, the card does support Shader 2.0 but not 1.1, a decision by Intel I supposed.

There does not seem to be a good work around at the moment, save to say that tinkering seems to solve it in most cases.

A simple example is that if you download the Quadtree project on Codeplex and run it on a Intel 915GM/GMS based machine, it will fail when trying to draw the little radar window in the top-left hand corner of the screen, on my main PC with a nice graphics card, it draws fine, only solution is to comment out the call to draw the radar at this point. Just to pour salt on the wound, the terrain draws fine which uses the same drawing calls!!!

One possible solution is a little helper on Riemers site for moving graphics processing to the CPU (Software processing)

I’m keeping my eye out for a suitable fix/work-around since I’m affected anyway, if anything turns up I’ll shout about it!!, the only hint at this point seems to be this article on the Intel website, which says the hardware can do T&L but the driver might not?

Simon (darkside) Jackson

Simon (darkside) Jackson

Engineer, industry executive, research enthusiast. Avid learner with diverse interests in coding, game development, Mixed Reality (AR/VR/XR) and reinforcement learning. 25+ years of experience working in multinational corporations and startups.

Comments

  Write a comment ...