From 953c41b0ec054997cdbc77bf6953187a22d9bd12 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 24 Jun 2021 09:18:36 -0400 Subject: Updating roadmap, and getting started on SAT collisions --- roadmap.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'roadmap.html') diff --git a/roadmap.html b/roadmap.html index 931d893..8d7f3e3 100644 --- a/roadmap.html +++ b/roadmap.html @@ -26,7 +26,7 @@
  • Rectangle-Line
  • Rectangle-Rectangle
  • -
  • Polygon-Polygon
  • +
  • Separating Axis Theorem
  • @@ -87,6 +87,10 @@ color: red; } + .abandoned { + color: grey; + } + section ul li.done:before { content: '✓' } @@ -104,12 +108,11 @@

    May/June 2021: More Collisions

    Obviously, the month of April did not go as planned. I got caught up with a number of tasks that I couldn't handle, @@ -130,6 +133,10 @@ simulation up and running with simple objects (spheres, cubes, etc.). From there, I want to begin exploring more complex physics simulation topics like oct-trees, multiple collision resolution, etc. We will see what happens, but I am optimistic, so long as I stay the course. +

    + Edit: I am going to focus on SAT collision and AABB collision detection going forward for this month. In addition, + I am going to finish the descriptions/demos for regular rigidbody collision. Afterwards, if I have time, I will move onto + 3D collisions.


    -- cgit v1.2.1