Skip to content

Commit

Permalink
Update ch08_BlinnPhongLighting.frag
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm4 committed Sep 29, 2023
1 parent be17566 commit af8fd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/shaders/ch08_BlinnPhongLighting.frag
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uniform vec4 u_globalAmbi; // Global ambient scene color
uniform vec4 u_matAmbi; // ambient color reflection coefficient (ka)
uniform vec4 u_matDiff; // diffuse color reflection coefficient (kd)
uniform vec4 u_matSpec; // specular color reflection coefficient (ks)
uniform vec4 u_matEmis; // emissive color for self-shining materials
uniform vec4 u_matEmis; // emissive color for self-shining materials (ke)
uniform float u_matShin; // shininess exponent

out vec4 o_fragColor; // output fragment color
Expand Down

0 comments on commit af8fd92

Please sign in to comment.