4D Sparse voxel octree renderer
This is the rendering program implemented for Computer Science master's thesis: Abstraction of Sparse Voxel Octrees to Four Dimensions for Storing and Rendering Animated Models . It renders animated models stored in fourdimensional hyperoctrees, generated using another program from my master's thesis, of which the source code can be found in another repository. The program generating an octree is an adaption of OOC-SVO from ForceFlow.