Skip to content

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

Notifications You must be signed in to change notification settings

sangwe11/CPP-Octree-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published