aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/precompiled.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/precompiled.js
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/precompiled.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/precompiled.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/precompiled.js b/js/helper-classes/RDGE/src/core/script/precompiled.js
index 22b82adb..59edd395 100755
--- a/js/helper-classes/RDGE/src/core/script/precompiled.js
+++ b/js/helper-classes/RDGE/src/core/script/precompiled.js
@@ -77,11 +77,11 @@ RDGE.rdgeGlobalParameters =
77 "u_light3Spec": { 'type': 'vec4', 'data': [1.0, 1.0, 1.0, 1.0] } 77 "u_light3Spec": { 'type': 'vec4', 'data': [1.0, 1.0, 1.0, 1.0] }
78 }, 78 },
79 "colMap": { 'type': 'tex2d', 'data': "assets/images/white.png" }, 79 "colMap": { 'type': 'tex2d', 'data': "assets/images/white.png" },
80 //"envMap": {'type': 'tex2d', 'data': null}, 80 //"envMap": {'type': 'tex2d', 'data': null},
81 //"normalMap": {'type': 'tex2d', 'data': null}, 81 //"normalMap": {'type': 'tex2d', 'data': null},
82 //"glowMap": {'type': 'tex2d', 'data': "assets/images/black.png"}, 82 //"glowMap": {'type': 'tex2d', 'data': "assets/images/black.png"},
83 //"u_shadowDepthMap": {'type': 'tex2d', 'data': null}, 83 //"u_shadowDepthMap": {'type': 'tex2d', 'data': null},
84 //"u_depthMap": {'type': 'tex2d', 'data': null}, 84 //"u_depthMap": {'type': 'tex2d', 'data': null},
85 "u_matAmbient": { 'type': 'vec4', 'data': [1.00, 1.00, 1.00, 1] }, 85 "u_matAmbient": { 'type': 'vec4', 'data': [1.00, 1.00, 1.00, 1] },
86 "u_matDiffuse": { 'type': 'vec4', 'data': [1.0, 1.0, 1.0, 1.0] }, 86 "u_matDiffuse": { 'type': 'vec4', 'data': [1.0, 1.0, 1.0, 1.0] },
87 "u_matSpecular": { 'type': 'vec4', 'data': [1.0, 1.0, 1.0, 1.0] }, 87 "u_matSpecular": { 'type': 'vec4', 'data': [1.0, 1.0, 1.0, 1.0] },