Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 373 Bytes

File metadata and controls

22 lines (13 loc) · 373 Bytes

Projective Dynamics

A projective dynamics simulation of a deer. We randomized all vertices' positions in the initial state (A larger version is in our video).

How to run:

CUDA:

python3 run.py --model ./models/deer.1.node

CPU:

python3 run.py --cpu --model ./models/deer.1.node

Results

projective-dynamics