omegaiota / DiffCloth

Code repository for our paper DiffCloth: Differentiable Cloth Simulation with Dry Frictional Contact
https://people.csail.mit.edu/liyifei/publication/diffcloth/
MIT License
339 stars 31 forks source link

Simulation with dirvenable human model #13

Closed fishfishson closed 1 year ago

fishfishson commented 1 year ago

Hi author, Thx for your great work on cloth simulation. Since there are many ways to reconstruct dynamic human geometry along with cloth parsing masks. I wonder can this work simulate cloth given a sequence of dynamic human 3D models?

omegaiota commented 1 year ago

Hi, Not yet as the collision detection algorithm implemented in the codebase only supports simple geometry primitives (sphere, plane, capsules etc.). Once a collision detection algorithm for arbitrary meshes are implemented I think supporting human models will be trivial ( See https://github.com/omegaiota/DiffCloth/issues/10 ).