]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/ambientocclusion.h
Update and improve documentation
[libs/gl.git] / source / effects / ambientocclusion.h
index efaa2f378b2be66282648d2855f602fcc1a59071..a9ffb81e2ac4d52c82557400da03835f6a8a0ef1 100644 (file)
@@ -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
 */