https://bugs.freedesktop.org/show_bug.cgi?id=36236
--- Comment #22 from imamdxl8805@gmail.com 2011-04-20 03:54:04 PDT --- Created an attachment (id=45857) --> (https://bugs.freedesktop.org/attachment.cgi?id=45857) Output after modifing data/shader/cg/deferred_light_pixel.cg
in file data/shader/cg/deferred_light_pixel.cg
changed return lerp(half3(FOG_COLOR.xyz), result, deferredSample3.z); to return deferredSample1.xyz;
And the game becomes a 2D game