Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft body physics #39

Open
jasonwebb opened this issue Jan 3, 2024 · 0 comments
Open

Soft body physics #39

jasonwebb opened this issue Jan 3, 2024 · 0 comments

Comments

@jasonwebb
Copy link
Owner

Add to the Useful code patterns and techniques section.

Methods for simulating the motion and behaviors of deformable ("soft") bodies.

Common technique is to use a spring-mass system - a network of points connected with edges that act as springs. Adjusting the mass of the points or the physical properties of the spring produces different effects, as does changing which points are connected to others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant