diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-10-17 11:08:20 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-10-17 11:08:20 -0400 |
commit | c025960c6fbeac17d94a14d14cd13b42737bc80e (patch) | |
tree | 32bd64a59766245885da7ffa177880116fd47785 /roadmap.html | |
parent | 05c4522e5ff424c65aab7cd36c7a15313630ac61 (diff) |
Rotating spheres in the 3D scene
Diffstat (limited to 'roadmap.html')
-rw-r--r-- | roadmap.html | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/roadmap.html b/roadmap.html index 77a6a25..5e647f4 100644 --- a/roadmap.html +++ b/roadmap.html @@ -24,7 +24,6 @@ <li><a title="/2d/rigidbody/rigidbody_2.html" href="/2d/rigidbody/rigidbody_2.html">Rotational Forces</a></li> <li><a title="/2d/rigidbody/rigidbody_3.html" href="/2d/rigidbody/rigidbody_3.html">Collisions</a></li> <li><label>Collisions</label></li> - <li><a title="/2d/_collisions/rectangle_line.html" href="/2d/_collisions/rectangle_line.html">Rectangle-Line</a></li> <li><a title="/2d/_collisions/rectangle_rectangle.html" href="/2d/_collisions/rectangle_rectangle.html">Rectangle-Rectangle</a></li> <li><a title="/2d/_collisions/polygon_polygon.html" href="/2d/_collisions/polygon_polygon.html">Separating Axis Theorem</a></li> </ul> @@ -105,13 +104,25 @@ </style> <article> <section> + <h1>October 2021: Get back at it. 3D first</h1> + <p> + If I'm being honest, I was busy moving to Canada the last two months, so I hardly made any headway at all in + the realm of physics engine work. Now that I am settled, it is time to get back on the horse! My goal is to + have a believable 3D physics engine (rigidbody mostly) by the end of the year. From there, I will figure out + what I want to do next. + </p> + <ul> + <li>3D Rigid Body Physics</li> + </ul> + </section> + <section> <h1>July 2021: 2D loose ends and 3D headway</h1> <ul> <li class="done">Finish SAT Collision Info (very close)</li> <li class="halfway">2D rigidbody explanation 3</li> - <li>3D Rigid Body Collisions</li> - <li>ZIP file creator for downloads</li> - <li>Explanation of Quaternions</li> + <li class="failed">3D Rigid Body Collisions</li> + <li class="failed">ZIP file creator for downloads</li> + <li class="failed">Explanation of Quaternions</li> </ul> <p> The last two months went almost as planned. I think I misjudged how long and how much brainpower it would |