From 19defa9be56588803bbae0f38e2f271a91b9d690 Mon Sep 17 00:00:00 2001 From: mattkae <mattkae@protonmail.com> Date: Sat, 22 Jan 2022 13:03:12 -0500 Subject: Rendering the square for the spring rectangle --- 2d/_collisions/rectangle_rectangle.html | 1 + 1 file changed, 1 insertion(+) (limited to '2d/_collisions/rectangle_rectangle.html') diff --git a/2d/_collisions/rectangle_rectangle.html b/2d/_collisions/rectangle_rectangle.html index 11376b7..75211a0 100644 --- a/2d/_collisions/rectangle_rectangle.html +++ b/2d/_collisions/rectangle_rectangle.html @@ -28,6 +28,7 @@ <li><a title="/2d/_collisions/polygon_polygon.html" href="/2d/_collisions/polygon_polygon.html">Separating Axis Theorem</a></li> <li><label>Softbody</label></li> <li><a title="/2d/softbody/softbody_1.html" href="/2d/softbody/softbody_1.html">Springs</a></li> + <li><a title="/2d/softbody/softbody_2.html" href="/2d/softbody/softbody_2.html">Springy Rectangle</a></li> </ul> </li> <li> -- cgit v1.2.1