CSE 694A: Lab 6
tentatively Due Monday, Nov. 10

LAB 6: Spring-mass-damper mesh


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: