From fd3c1e74e7ebe9125b98dba311efcbe73e89859e Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 14 Nov 2021 14:38:06 -0500 Subject: (mkosarek) Working on undamped and damped --- 2d/softbody/softbody_1.html | 103 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 87 insertions(+), 16 deletions(-) (limited to '2d/softbody/softbody_1.html') diff --git a/2d/softbody/softbody_1.html b/2d/softbody/softbody_1.html index b505f1b..f103545 100644 --- a/2d/softbody/softbody_1.html +++ b/2d/softbody/softbody_1.html @@ -27,7 +27,7 @@
  • Rectangle-Rectangle
  • Separating Axis Theorem
  • -
  • Softbody
  • +
  • Springs
  • @@ -54,40 +54,111 @@
    -

    Softbody

    +

    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 + Undamped Springs +

    +

    + + + + + + + + + + +

    +
    + + + +
    +
    + +
    +

    + Damped Springs

    +

    - - -
    + +
    -- cgit v1.2.1