To run the project:
- Select the directory of the tree
or
$ cd PR-octree$ cd region-octree - Run the following commands:
$ cmake -B build $ cd build $ make $ ./octree
The example obj file is in files/sample.obj, but another obj file can be loaded specifying its path as a parameter in the executable:
$ ./octree obj_path