simpleSketche / AMMesh

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 97.8%Language:CMake 2.2%