Collision Detection: Difference between revisions

From LD Smith Games Workshop
Jump to navigation Jump to search
(Created page with 'Below is the algorithm that I used for collision detection in the Legend of Tux.')
 
No edit summary
Line 1: Line 1:
Below is the algorithm that I used for collision detection in the Legend of Tux.
Below is the algorithm that I used for collision detection in the Legend of Tux. It may not be perfect, but it seems to get the job done.  Cases 2, 5, 7, and 8 are needed because not all objects are the same size.
 
[[File:Lotux collision01.jpg]]
 
[[File:Lotux collision02.jpg]]
 
[[File:Lotux collision03.jpg]]
 
[[File:Lotux collision04.jpg]]
 
[[File:Lotux collision05.jpg]]

Revision as of 18:51, 22 November 2009

Below is the algorithm that I used for collision detection in the Legend of Tux. It may not be perfect, but it seems to get the job done. Cases 2, 5, 7, and 8 are needed because not all objects are the same size.

Lotux collision01.jpg

Lotux collision02.jpg

Lotux collision03.jpg

Lotux collision04.jpg

Lotux collision05.jpg