CSE 683: Lab #77
tentatively Due Monday, Nov. 15

LAB 7: Spring-mass-damper mesh flag


ASSIGNMENT

Implement a 10x10 spring-mass-damper mesh to simulate a flag: the mesh should be in the x-y plane. Fix the leftmost vertices in space. Implement gravity and a pseudo-random wind field as global forces.

Getting a spring-damper system to behave the way you want it to requires trial-and-error to set the appropriate values for time-delta, mass, spring constant, damper constant, and wind strength.

Suggestions:

Extra Credit: