How to make HDR light?

BlitzMax Forums/OpenGL Module/How to make HDR light?

Sveinung(Posted 2006) [#1]
I'm trying to make HDR light, but not sure I'm on the right path. I use Accum buffers at the moment. Can someone tell me if this is the right method?

Here is my first try

Regards
Sveinung


Chris C(Posted 2006) [#2]
I thought it was usually done with a shader, theres an example that Ogre uses (see the compositor demo)


smilertoo(Posted 2006) [#3]
HDR is image based lighting.


Chris C(Posted 2006) [#4]
Which is why its easier to use a shader (on the full rendered image)


Sveinung(Posted 2006) [#5]
Then I need to learn OpenGL shaders. Thanks allot.

Sveinung


Fetze(Posted 2006) [#6]
Are we talking about a simple Bloomshader or about real HDR?


Sveinung(Posted 2006) [#7]
Both... :)

Sveinung