Browse Source

document SAO algorithm (close #389)

Nicolas Cannasse 7 years ago
parent
commit
14b74ed027
1 changed files with 4 additions and 0 deletions
  1. 4 0
      h3d/shader/SAO.hx

+ 4 - 0
h3d/shader/SAO.hx

@@ -1,5 +1,9 @@
 package h3d.shader;
 
+/**
+	Screen space ambient occlusion.
+	Uses "Scalable Ambient Obscurance" [McGuire12]
+**/
 class SAO extends ScreenShader {
 
 	static var SRC = {