iyht / As-Rigid-As-Possible

As Rigid As possible deformation algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geometry Processing - As Rigid As Possible Deformation

This is my implementation of As Rigid As possible in the assignment of CSC419/CSC2520 Geometry Processing.

Build & Execution

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make 
./deformation [path to mesh.obj]
  • Space to toggle whether placing control points or deforming

  • m to switch deformation method

About

As Rigid As possible deformation algorithm

License:Mozilla Public License 2.0


Languages

Language:C++ 88.1%Language:CMake 11.9%