Home

Awesome

unity-mesh-smoothing

Mesh smoothing for Unity.

<img src="https://raw.githubusercontent.com/mattatz/unity-mesh-smoothing/master/Captures/Demo.png" width="700px">

Original distorted sphere.

<img src="https://raw.githubusercontent.com/mattatz/unity-mesh-smoothing/master/Captures/Origin.png" width="350px">

Applied Laplacian filter 10 times.

<img src="https://raw.githubusercontent.com/mattatz/unity-mesh-smoothing/master/Captures/LaplacianFilter.png" width="350px">

Applied HC(Humphrey's Classes) filter 10 times. (α=0.7, β=0.16)

<img src="https://raw.githubusercontent.com/mattatz/unity-mesh-smoothing/master/Captures/HCFilter.png" width="350px">

Sources