Changes

Jump to: navigation, search

C3DL Collision Detection

2,787 bytes added, 14:24, 17 April 2013
m
Reverted edits by Saoagent (Talk) to last revision by Pplam3
Project Demo Pages: http://matrix.senecac.on.ca/~pplam3/
 
Basic Demo Page: http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev/testDemo.html
 
Basic Demo Page2: http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev2/testDemo.html
 
Advance Demo/Debugger Page: http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev/test.html
== Leader(s) ==
== Project Contributor(s) ==
* Catherine Leung
* Andor Salga
== Contribution(s) ==
== Student Demo ==
* Jan 27th (Week 3) - 10:00am
* Feb 26th (Week 7) - 10:00am
* Mar 31st (Week 11) - 10:00am
== Releases ==
=== 0.7 - Week of Mar 9 ===
==== Goal ====*Improve Efficiency
=== 0.8 - Week of Mar 23 ===
==== Goal ====* Improved Efficiency* Added optional flag to turn on triangle-triangle testing** Default with only bounding-sphere test, triangle-triangle test off* Added function for** Setting how many sections/areas/quadrants to break the 3D space into (in multiples of 4)** Get the objects in a specific section/area/quadrant
=== 0.9 - Week of Apr 6 ===
==== Goal ====* Sectioning* Stepping
=== 1.0 - Week of Apr 20 ===
==== Goal ====* Demo with Collision Detection** Pong: [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev4/demoGame.html Play Here]]** Collision : [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev4/basicDemo.html View Here]]** Collision2 : [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev5/basicDemo2.html View Here]]** Collision3 : [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev6/basicDemo3.html View Here]]
== Project Updates ==
=== April 2009 ===
<i>Apr 24, 2009</i>
* Finished 2 more demo
** Collision2 (no triangle test): [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev5/basicDemo2.html View Here]]
** Collision3 (with triangle test): [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev6/basicDemo3.html View Here]]
<i>Apr 23, 2009</i>
* Finished 2 demos
** Pong: [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev4/demoGame.html Play Here]]
** Collision : [[http://matrix.senecac.on.ca/~pplam3/OSD/canvas3dapi-dev4/basicDemo.html View Here]]
<i>Apr 12, 2009</i>
* Implemented "stepping"
** Functions with changes in CollisionDetection.js:
*** objInSection
*** boundingSphereTest
*** tri_tri_test
<i>Apr 10, 2009</i>
* Created poster
* [[http://matrix.senecac.on.ca/~pplam3/OSD/C3DL%20-%20Collision%20Detection.ppt Collision Detection Poster (ppt)]]
* [[http://matrix.senecac.on.ca/~pplam3/OSD/C3DL%20-%20Collision%20Detection.odp Collision Detection Poster (odp)]]
<i>Apr 5, 2009</i>
* Added sectioning
** 1 section by default
** sections are in increments of 4
** more details here: http://www.c3dl.org/index.php/c3dl-dev/collision-detection-sectioning/
 
=== March 2009 ===
<i>Mar 29, 2009</i>
*Added function for
** Setting how many sections/areas/quadrants to break the 3D space into (in multiples of 4)
** Get the objects in a specific section/area/quadrant
<i>Mar 26, 2009</i>
* Added a switch for turning on/off triangle test
** By default, only using bounding sphere test, the triangle test is off
<i>Mar 25, 2009</i>
* Further narrowed down the number of triangles tested for collision
** Only triangles from Object A with vertices inside the bounding sphere of Object B and vice versa
<i>Mar 11, 2009</i>
* Improved efficiency
** Only perform triangle checks with triangles on the front side (cuts the number of triangle test by about half)
<i>Mar 6, 2009</i>
* Made demo explaining need for 'stepping'
<i>Mar 4, 2009</i>
* Changed return type of CollisionDetection
** returns an array of 2 objects
** each item in the array holds 1) the object tested for collision 2) the list of index to the objects it collides with
 
=== February 2009 ===
<i>Feb 24, 2009</i>
* Changed the getBoundingVolumn()
** returns same data type as getBoundingSphere()
** [center, radius]
<i>Feb 20, 2009</i>
* Create a function which returns the bounding volume of the object
3
edits

Navigation menu