项目作者: icemiliang

项目描述 :
A C++ implementing of Loop subdivision
高级语言: C++
项目地址: git://github.com/icemiliang/loop_subdivision.git
创建时间: 2018-06-14T03:43:47Z
项目社区:https://github.com/icemiliang/loop_subdivision

开源协议:MIT License

下载


Loop subdivision

This package includes the prototype codes for implementing Loop subdivision.

alt text

Build

Build status

The program has been tested on Ubuntu 20.04 with g++ 9.3.0.

In the root directory, run:

  1. $ rm -r build
  2. $ mkdir build
  3. $ cd build
  4. $ cmake ..
  5. $ make

Usage

  1. ./main ../data/bunny.obj output.obj
  2. ./main -r 2 ../data/bunny.obj output.obj

Contact

Please contact Liang Mi icemiliang@gmail.com for any issues, or create an issue for reporting bugs, requesting additional features, etc.