diff options
author | Valerio Virgillito | 2012-06-20 11:17:47 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-20 11:17:47 -0700 |
commit | 3f5aa43b5b545cd551c5585ef5f2d478c2d49cad (patch) | |
tree | fe5beec45a8d7f45a90659e95c4f13a679ae35d5 /assets/shaders/test_fshader.glsl | |
parent | 5c4ff40d7950282a179dcfd49c5ea9234e0a8185 (diff) | |
parent | fcb6309915161d16a74a4385b905742f35b7d62d (diff) | |
download | ninja-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-x | assets/shaders/test_fshader.glsl | 2 |
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; | |||
32 | uniform vec4 u_matAmbient; | 32 | uniform vec4 u_matAmbient; |
33 | uniform vec4 u_matDiffuse; | 33 | uniform vec4 u_matDiffuse; |
34 | uniform vec4 u_matSpecular; | 34 | uniform vec4 u_matSpecular; |
35 | uniform float u_matShininess; | 35 | //uniform float u_matShininess; |
36 | uniform vec4 u_matEmission; | 36 | uniform vec4 u_matEmission; |
37 | uniform float u_renderGlow; | 37 | uniform float u_renderGlow; |
38 | 38 | ||