aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/precompiled.js
diff options
context:
space:
mode:
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] },