Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 646 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 646 Bytes

Mesh-Grid Hybrid Simulation

A soft body simulation using material point method with corotated linear elastic materials. The force model is evaluated from a Lagrangian point of view using meshes. (A MUCH larger version is in our video).

How to run:

mkdir results
python3 run.py --output ./results
python3 render_particles.py -b 0 -e 100 -r 256 -M 12 -i ./results/particles -o ./results/output -f

Results

After executing run.py, the immediate visualization results are in results/armadillo, and simulation particle data are in results/particles. After executing render_particles.py, the images are in results/output.