/axisangledemo

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

Axis-angle demo

Shows the effect of interpolating axis-angles naively on a bunny trimesh. Uses the very useful libigl library for the GUI.

Compile

Compile this project using the standard cmake routine:

mkdir build
cd build
cmake ..
make