We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ee7cc commit e213505Copy full SHA for e213505
examples/material-example/phong.fp
@@ -2,10 +2,6 @@ varying mediump vec2 var_texcoord0;
2
varying mediump vec3 var_position;
3
varying mediump vec3 var_normal;
4
5
-uniform lowp vec4 eye;
6
-uniform lowp sampler2D DIFFUSE_TEXTURE;
7
-uniform lowp sampler2D PASS_TEXTURE;
8
-
9
const vec3 lightPos = vec3(1.0,1.0,1.0);
10
const vec3 diffuseColor = vec3(0.5, 0.5, 0.5);
11
const vec3 specColor = vec3(0.7, 0.7, 0.7);
0 commit comments