Changes

Jump to: navigation, search

C3DL Collision Detection

463 bytes added, 00:18, 19 February 2009
Releases
=== 0.6 - Week of Feb 16 ===
==== Goal ====* Create a function which returns the object’s next position: getNextPosition(timeSpan)* Create a function which returns the bounding volume of the object** think of it as a stretched bounding sphere which encloses the objects current position and it’s future position* Break down the updates into smaller test, so it doesn’t skip any collisions in between the updates* Extract the collision detection test out from the scene class, and write it as a class of its own
=== 0.7 - Week of Mar 9 ===
1
edit

Navigation menu