Difference between revisions of "C3DL Collision Detection"
(→Description) |
m (→Releases) |
||
Line 20: | Line 20: | ||
== Releases == | == Releases == | ||
− | === 0. | + | === 0.4 - Week of Jan 19 === |
* Created flag for models to have collision detection | * Created flag for models to have collision detection | ||
** Created set/get functions for flag | ** Created set/get functions for flag | ||
Line 27: | Line 27: | ||
* Enable callback to check for collision detection when updating scene | * Enable callback to check for collision detection when updating scene | ||
− | === 0. | + | === 0.5 - Week of Feb 2 === |
* Performed initial test for collision | * Performed initial test for collision | ||
** Check flags | ** Check flags | ||
Line 33: | Line 33: | ||
*** Collision - distance of two bounding sphere's position is less than the sum of the radius of both sphere | *** Collision - distance of two bounding sphere's position is less than the sum of the radius of both sphere | ||
− | === 0. | + | === 0.6 - Week of Feb 16 === |
==== Goal ==== | ==== Goal ==== | ||
− | === 0. | + | === 0.7 - Week of Mar 9 === |
==== Goal ==== | ==== Goal ==== | ||
− | === 0. | + | === 0.8 - Week of Mar 23 === |
==== Goal ==== | ==== Goal ==== | ||
− | === 0. | + | === 0.9 - Week of Apr 6 === |
==== Goal ==== | ==== Goal ==== | ||
− | === | + | === 1.0 - Week of Apr 20 === |
==== Goal ==== | ==== Goal ==== | ||
Revision as of 12:46, 26 January 2009
Contents
Name of Project
Canvas 3D - Collision Detection
Description
The ability to detect any object(s) colliding with object(s).
Blog: http://www.c3dl.org/index.php/development-news/
Leader(s)
Project Contributor(s)
- Catherine Leung
Contribution(s)
Student Demo
- Jan 27th (Week 3) - 10:00am
Releases
0.4 - Week of Jan 19
- Created flag for models to have collision detection
- Created set/get functions for flag
- Created function for bounding sphere for models
- Returns array of 2: Sphere Position (array of 3), Sphere Radius (float)
- Enable callback to check for collision detection when updating scene
0.5 - Week of Feb 2
- Performed initial test for collision
- Check flags
- Check for bounding sphere collision with out models with flags on
- Collision - distance of two bounding sphere's position is less than the sum of the radius of both sphere
0.6 - Week of Feb 16
Goal
0.7 - Week of Mar 9
Goal
0.8 - Week of Mar 23
Goal
0.9 - Week of Apr 6
Goal
1.0 - Week of Apr 20
Goal
Project Updates
January 2009
Jan 17, 2009
- Perform initial test for bounding sphere collision
Jan 16, 2009
- Created bounding sphere for models
Jan 15, 2009
- Enable callback to collision detection function
- Created flags for collision detections
- Set/Get functions
Jan 13, 2009
- Created wiki page