hdr?

Blitz3D Forums/Blitz3D Programming/hdr?

Guy Fawkes(Posted 2009) [#1]
does anyone know where i can find the code to make my game hdr w/o xors3d?


Rroff(Posted 2009) [#2]
Are you actually looking for HDR or bloom?


Guy Fawkes(Posted 2009) [#3]
um. is there a possibility u could show me an example of both?


neoshaman(Posted 2009) [#4]
fake Bloom is a fake hdr effect as seen in fable 1 as exemple. Basically You take a luminausité map of your screen, blur it with some radius and overlay it with the screen.

Just look here for some more explanation:
http://www.bruno-urbain.com/resources/making_of_sotc.pdf


Kryzon(Posted 2009) [#5]
HDR will always look better and more realistic, but Bloom does have that effect of glowing the brightest spots, and is easilly implemented in Blitz3D using an overlayed sprite\quad.

Search the code archives in the Effects section for it.