From 5c613a10364f30bd6add25f7950433f0c482c3ca Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 31 Oct 2021 13:54:11 -0400 Subject: (mkosarek) Working undamped spring motion --- 2d/softbody/softbody_1.html.content | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 2d/softbody/softbody_1.html.content (limited to '2d/softbody/softbody_1.html.content') diff --git a/2d/softbody/softbody_1.html.content b/2d/softbody/softbody_1.html.content new file mode 100644 index 0000000..92be361 --- /dev/null +++ b/2d/softbody/softbody_1.html.content @@ -0,0 +1,45 @@ + + +
+

Springs

+
+

+ It is time to investigate what it means to have a deformation in our physics system. By deformation, I mean that the + vertices of our shapes are no longer fixed to one point within the model. We will begin with what I believe + by investigating the most common of all deformations: a weight attached to a spring in two dimensions. +

+
+
+

+
+
+

+ Live Example +

+

+

+
+ + + +
+
+
-- cgit v1.2.1