otaku690 / SparseVoxelOctree

Sparse Voxel Octree Implementation - Upenn CIS-565 final project
MIT License
253 stars 41 forks source link

SparseVoxelOctree

Sparse Voxel Octree Implementation - Upenn CIS-565 final project

Current Progress

Alpha presentation at UPenn CIS-565:

Final presentation at UPenn CIS-565:

Paper in JCGT format:

Scene Voxelization using GPU rasterization

Sparse Voxel Octree (SVO) Construction

There are several methods available for constructing a SVO. This implementation uses the one described in Ch. 22 of OpenGL Insight, with minor modification.
Several steps are needed for this SVO construction method:

Voxel Cone Tracing

Performance Evaluation

References: