Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 486 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 486 Bytes

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>