mkdir build
cd build
cmake ../
cmake --build .
bertaye/Mesh-Smoothing
A tool that using Sqrt3 and Catmull Clark subdivision algorithms, it also can convert triangle meshes to quad meshes.
C++
### Man
A tool that using Sqrt3 and Catmull Clark subdivision algorithms, it also can convert triangle meshes to quad meshes.
C++
mkdir build
cd build
cmake ../
cmake --build .