Deformation Gradient in GLSL
November 2023
I learned how to compute the deformation gradient
The original goal was to render cloth with Gaussian splats embedded in a triangle mesh. As the cloth deforms, each splat needs to deform correctly with the surface---that's where computing
The implementation follows concepts from the book[1].
Controls: Space to rotate, D to toggle deformation gradient, W for wireframe
References
- FEM Simulation of 3D Deformable Solids - Eftychios Sifakis, Jernej Barbič