Category: OpenGL

God rays

This implementation is mostly based of Kenny Mitchell’s Chapter, “Volumetric Light Scattering as a Post-Process“, in GPU Gems 3, which is available free on Nvidia’s website. It is implemented in my own Renderer application with C++ using OpenGL and SDL2. High level overview The implementation is a two step process which involves creating a silhouette image and applying radial blur to…