lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Add new narrow-phase collider components #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Adding GJK and SAT collider components for different narrow-phase collision 
options.

Original issue reported on code.google.com by bfatt...@gmail.com on 23 Nov 2010 at 5:18

GoogleCodeExporter commented 8 years ago
Changed to "task"

Original comment by bfatt...@gmail.com on 23 Nov 2010 at 5:18

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 23 Nov 2010 at 5:20

GoogleCodeExporter commented 8 years ago
SAT Collisions are implemented.  Added 3 collision hulls: OBB, circle, and 
convex hull for use with ConvexColliderComponent.  I'm starting to wonder if 
GJK is going to be needed since SAT is quick and painless.

Original comment by bfatt...@gmail.com on 30 Nov 2010 at 9:13

GoogleCodeExporter commented 8 years ago
Dropped GJK implementation (for the time being) due to SAT being complete.

Original comment by bfatt...@gmail.com on 4 Jan 2011 at 2:34