sunjianhua / loop_subdivision

A C++ implementing of Loop subdivision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

$ rm -r build
$ mkdir build
$ cd build
$ cmake ..
$ make

Usage

./main ../data/bunny.obj output.obj

./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.

About

A C++ implementing of Loop subdivision

License:MIT License


Languages

Language:C++ 99.5%Language:CMake 0.5%