/CPP-Octree-Example

A quick example showing how a basic Octree could be implemented in C++.

Primary LanguageC++

CPP-Octree-Example

A quick example showing how a basic Octree could be implemented in C++. Further improvements would include better memory optimisation and implementing "moved" objects to optimise.

Dependancies

  • git
  • glm

Building

git clone https://git.vfk.io/gary/CPP-Octree-Example.git
cmake .
make