/mesh-parameterization

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

Mesh Parameterization

The code structure is based on a project skeleton from Alec Jacobson's geometry processing course.

Prerequisites

Install CMake and a modern C++ compiler. Then clone the repository using

git clone --recursive http://github.com/ohjay/mesh-parameterization.git

Compilation

mkdir build
cd build
cmake ..
make

Execution

./mesh-parameterization <path to obj>