An open API service indexing awesome lists of open source software.

https://github.com/kbladin/voxel_cone_tracing

Converting vertex meshes to voxel data and visualizing using VCT
https://github.com/kbladin/voxel_cone_tracing

global-illumination gpgpu gpu opengl raytracer rendering voxel-cone-tracing voxel-data voxels

Last synced: 16 days ago
JSON representation

Converting vertex meshes to voxel data and visualizing using VCT

Awesome Lists containing this project

README

        

# Voxel Cone Tracing For Real Time Global Illumination
Converting mesh data to voxel data and rendering global illumination using cone tracing in OpenGL GLSL.
Based on the paper "Interactive Indirect Illumination Using Voxel Cone Tracing" by Cyril Crassin.

## Some Screenshots

![](data/screenshots/Screenshot2.png "Screenshot")
![](data/screenshots/Screenshot3.png "Screenshot")
![](data/screenshots/Screenshot9.png "Screenshot")