aboutsummaryrefslogtreecommitdiff
path: root/assets/shaders/test_fshader.glsl
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-20 11:17:47 -0700
committerValerio Virgillito2012-06-20 11:17:47 -0700
commit3f5aa43b5b545cd551c5585ef5f2d478c2d49cad (patch)
treefe5beec45a8d7f45a90659e95c4f13a679ae35d5 /assets/shaders/test_fshader.glsl
parent5c4ff40d7950282a179dcfd49c5ea9234e0a8185 (diff)
parentfcb6309915161d16a74a4385b905742f35b7d62d (diff)
downloadninja-3f5aa43b5b545cd551c5585ef5f2d478c2d49cad.tar.gz
Merge branch 'refs/heads/master' into montage-v11-integration
Conflicts: js/io/system/ninjalibrary.json Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'assets/shaders/test_fshader.glsl')
-rwxr-xr-xassets/shaders/test_fshader.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/shaders/test_fshader.glsl b/assets/shaders/test_fshader.glsl
index 629d1878..229b8989 100755
--- a/assets/shaders/test_fshader.glsl
+++ b/assets/shaders/test_fshader.glsl
@@ -32,7 +32,7 @@ uniform sampler2D depthMap;
32uniform vec4 u_matAmbient; 32uniform vec4 u_matAmbient;
33uniform vec4 u_matDiffuse; 33uniform vec4 u_matDiffuse;
34uniform vec4 u_matSpecular; 34uniform vec4 u_matSpecular;
35uniform float u_matShininess; 35//uniform float u_matShininess;
36uniform vec4 u_matEmission; 36uniform vec4 u_matEmission;
37uniform float u_renderGlow; 37uniform float u_renderGlow;
38 38