Area Light sources

Hi guys,

I am interested in using area light sources for my app. Does anybody know any good references on that topic? Maybe some tutorial/code samples somewhere? Hey, I can dream, its Christmas :slight_smile:

Thanks and happy holidays

Alex

OpenGL not support area light natively,
you can use hemisphere lighting , diffuse cube map to simulate the area lighting .

you also can use CI , but it is more diffuclut and more slowly

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.