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.
- git
- glm
git clone https://git.vfk.io/gary/CPP-Octree-Example.git
cmake .
make