This package includes the prototype codes for implementing Loop subdivision.
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
./main ../data/bunny.obj output.obj
./main -r 2 ../data/bunny.obj output.obj
Please contact Liang Mi [email protected] for any issues, or create an issue for reporting bugs, requesting additional features, etc.