I can haz GJK algorithm?

Published November 30, 2012
Advertisement
Been implementing 2D GJK with expanding polytope algorithm just for fun and in preparation for tackling it in 3D.

Its one of those things that is not as complicated as it seems.

The two shapes in the example above are composites formed by combining two simpler shapes. The beauty of GJK is that only the support function of the shape is required, and it is trivial to combine two support functions to produce a "shrinkwrap" hull around two or more existing shapes.

Half the battle with a 3D version is going to be working out how the heck to visualise it. But fear is much reduced now I have a 2D version working. Home grown physics engine, one small step closer.
Previous Entry Opus 3D Update
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement
Advertisement