This is my implementation of As Rigid As possible in the assignment of CSC419/CSC2520 Geometry Processing.
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
./deformation [path to mesh.obj]
-
Spaceto toggle whether placing control points or deforming -
mto switch deformation method





