Skip to content

Basic OpenGL renderer

Nicolas Pope requested to merge feature/glrender into master

Uses shaders and OpenGL to do all rendering from depth maps to virtual view. It is inefficient and slower than CUDA currently, but can be enhanced in the future. CUDA remains default renderer.

Merge request reports