In this project, I implement a lighting technique to create the effect of objects glowing in the scene.
Pipeline
-
Render scene to two textures: color and glow mask
- Blur the glow mask using Gaussian Blur.
- Blend the color texture with the glow mask texture using additive blending
Resources