Loop Subdivision Save

A C++ implementing of Loop subdivision

Project README

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 [email protected] for any issues, or create an issue for reporting bugs, requesting additional features, etc.

Open Source Agenda is not affiliated with "Loop Subdivision" Project. README Source: icemiliang/loop_subdivision
Stars
33
Open Issues
1
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating