X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fambientocclusion.h;fp=source%2Feffects%2Fambientocclusion.h;h=a9ffb81e2ac4d52c82557400da03835f6a8a0ef1;hp=efaa2f378b2be66282648d2855f602fcc1a59071;hb=190a7e11237351f6b730c28f7b16f183e8adc69c;hpb=be6ffe96ecb4707599fe1a6f620c348760213d46 diff --git a/source/effects/ambientocclusion.h b/source/effects/ambientocclusion.h index efaa2f37..a9ffb81e 100644 --- a/source/effects/ambientocclusion.h +++ b/source/effects/ambientocclusion.h @@ -11,7 +11,7 @@ namespace GL { class Program; /** -Implements screen-space ambient occlusion. +Darkens recessed areas of the scene to simulate the occlusion of ambient light. http://en.wikipedia.org/wiki/Screen_Space_Ambient_Occlusion */