OpenGL Deferred Lighting

Deferred lighting using OpenGL framebuffers. Firstly, render to GBuffer, and then apply the lighting from each light source one by one, each one with its own color, intensity, direction, etc.

Built With

Share this project:

Updates