瀏覽代碼

document SAO algorithm (close #389)

Nicolas Cannasse 7 年之前
父節點
當前提交
14b74ed027
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 = {