aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/fx/ssao.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/fx/ssao.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/fx/ssao.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/fx/ssao.js b/js/helper-classes/RDGE/src/core/script/fx/ssao.js
index e88beef5..39abf523 100755
--- a/js/helper-classes/RDGE/src/core/script/fx/ssao.js
+++ b/js/helper-classes/RDGE/src/core/script/fx/ssao.js
@@ -90,10 +90,10 @@ RDGE.fx.fxSSAO = function (enHRDepth) {
90* @param srcTexColor - color surface of rendered scene 90* @param srcTexColor - color surface of rendered scene
91* @param srcTexNormDepth - screenspace normal+depth surface for scene; {nx, ny, nz, depth} 91* @param srcTexNormDepth - screenspace normal+depth surface for scene; {nx, ny, nz, depth}
92* @param dstRenderTarget - where to put the result of SSAO 92* @param dstRenderTarget - where to put the result of SSAO
93* @param sampleRadius - 93* @param sampleRadius -
94* @param intensity - 94* @param intensity -
95* @param distScale - 95* @param distScale -
96* @param bias - 96* @param bias -
97*/ 97*/
98RDGE.fx.fxSSAO.prototype.doSSAO = function (srcTexColor, srcTexNormDepth, srcTexHRDepth, dstRenderTarget, sampleRadius, intensity, distScale, bias) { 98RDGE.fx.fxSSAO.prototype.doSSAO = function (srcTexColor, srcTexNormDepth, srcTexHRDepth, dstRenderTarget, sampleRadius, intensity, distScale, bias) {
99 // Set art params and other uniforms 99 // Set art params and other uniforms