aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/fx/ssao.js
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/helper-classes/RDGE/src/core/script/fx/ssao.js
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
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