소스 검색

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 = {