Skip to content

0cfernandes00/WrinkleDeformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maya Wrinkle Deformer

  • Caroline Fernandes
  • Tested on: Maya 2025, Windows 11, i9-14900HX @ 2.20GHz, Nvidia GeForce RTX 4070

This is a personal project which began in Spring 2026. The intended outcome is to create a wrinkle deformer plugin in Autodesk Maya. Presentation

Much of the implementation is built on the following SIGGRAPH paper Strain Based Dynamics Paper

Geodesic Phase Integration and Arc-length conservation

Breadth-First Search is used to propogate over the edges of the mesh and find where to apply the displacement.

Strain Tensor (Green-St Venant strain)

The Strain Tensor is calculated to give mesh independent strain calculation using the UV space. These material coordinates are used in calculating the deformation gradient which is then used to calculate strain. The eigenvalue decomposition provides the strain values and the eigenvalue provides the direction. In this example, I am displacing the mesh along the normal using the tensor.

Laplacian smoothing

Tension weighted smoothing moving points towards the average position of its neighbors.

About

Independent Study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors