Deferred Global Illumination using OpenGL 3.2

Started by Stefan, September 17, 2009, 12:39:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefan

QuoteI started new GI renderer, using OpenGL 3.2. I create multiple point lights to simulate GI, and use deferred shading to render them. With nv_explicit_multisample, I have real antialiasing (not edge-blur-filter).
http://dabroz.scythe.pl/2009/09/15/deferred-global-illumination
Link to demo: http://dabroz.scythe.pl/upload/2009/09/multisampled.rar (compatible with 190.57 nvidia drivers).

I've also posted explicit_multisample tutorial:
http://dabroz.scythe.pl/2009/09/16/explicit-multisample-real-antialiasing-in-deferred-shading

[via]