Skip to content

rodp63/octree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octree

To run the project:

  1. Select the directory of the tree
    $ cd PR-octree
    or
    $ cd region-octree
  2. 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

Releases

No releases published

Packages

No packages published