Multiple volumetric lights

Posted by notabene on Game Development See other posts from Game Development or by notabene
Published on 2011-01-30T23:20:03Z Indexed on 2011/01/30 23:33 UTC
Read the original article Hit count: 331

I recently read this GPU GEMS 3 article Volumetric Light Scattering as a Post-Process. I like the idea to add volumetric light property to realtime render i'm working on. Question is will it work for multiple lights? Our renderer uses one render pass per light and uses additive blending to sum incoming light.

I'm mostly convinced that it have to work nice. Do you agree? Maybe there can be problem where light rays crosses each other.

© Game Development or respective owner

Related posts about lighting

Related posts about post-processing