mattatz / unity-mesh-smoothing

Mesh smoothing algorithm for Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unity-mesh-smoothing

Mesh smoothing for Unity.

Original distorted sphere.

Applied Laplacian filter 10 times.

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

Sources

About

Mesh smoothing algorithm for Unity.

License:MIT License


Languages

Language:C# 100.0%