LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: blue_tomato on August 02, 2005, 04:59:37

Title: HDR examples?
Post by: blue_tomato on August 02, 2005, 04:59:37
I am making a game that will greatly benefit from HDR + bloom rendering. Any LWJGL based demos and/or source code on this? :)
Title: HDR examples?
Post by: spasi on August 02, 2005, 08:37:12
None that I know of, but there are plenty resources:

NV SDK + FX Composer
ATI SDK + RenderMonkey
DirectX SDK (the shaders can be easily ported to GLSL)

Each of the above has at least one HDR/bloom sample.