OpenGL Demo + GLSL (Now works on ATI).

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
qpHalcy0n
Respected Programmer
Respected Programmer
Posts: 387
Joined: Fri Dec 19, 2008 3:33 pm
Location: Dallas
Contact:

OpenGL Demo + GLSL (Now works on ATI).

Post by qpHalcy0n »

This is a demonstration of our implementation of Screen Space Ambient Occlusion or SSAO. This attempts to approximate ambient occlusion in real time which has typically been reserved for the offline rendering domain. First proposed by Crytek in 2008, this is a short demonstration of our version of the technique with source code and pre-compiled executable.

This demo requires at minimum GLSL v1.3 compliance and GL2.1 compliance. This is ATi hardware HD2XXX on up and nVidia Geforce 6XXX on up.

Source and Executable: http://www.moogenstudios.com/wp-content ... SSAOGL.rar

There is also a video commentary: http://www.youtube.com/QuadrionEngine


Image

Image

Image
Post Reply