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.content | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'roadmap.html.content') diff --git a/roadmap.html.content b/roadmap.html.content index c20a0ef..ee60886 100644 --- a/roadmap.html.content +++ b/roadmap.html.content @@ -35,6 +35,10 @@ color: red; } + .abandoned { + color: grey; + } + section ul li.done:before { content: '✓' } @@ -52,12 +56,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, @@ -78,6 +81,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