/AMMesh

The code of lesson “Digital Geometry Processing” with ACAM frame

Primary LanguageC++

A implementation of course "Digital Geometry Precessing" With ACAM Framework

Video Link

https://www.bilibili.com/video/BV1B54y1B7Uc

External Libraries

Usage

git clone https://github.com/USTC-GCL-F/AMMesh
cd AMMesh_HW

Edit lines 6 of CmakeLists.txt to set the values of EIGEN_PATH

mkdir build && cd build
cmake -A x64 ..

Open ACAM_mesh.sln, select ALL_BUILD as launch project, and run.