gunship-rs icon indicating copy to clipboard operation
gunship-rs copied to clipboard

Add Collision System Unit Tests

Open randomPoison opened this issue 10 years ago • 0 comments

  • [X] Sphere-sphere correctness/robustness.
  • [ ] OBB-OBB correctness/robustness.
  • [ ] Sphere-OBB correctness/robustness.
  • [ ] Collider-collider correctness (colliders defer to the proper concrete type and give the correct result).
  • [ ] Grid partitioning correctness (puts spheres and OBBs) in correct grid location.
  • [ ] Grid cell iterator correctness.
  • [ ] Calculating AABB for colliders (sphere and OBB).

randomPoison avatar Oct 22 '15 00:10 randomPoison