Skip to content

Commit

Permalink
Renamed templates in template folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Izza11 committed Feb 20, 2020
1 parent 04974d0 commit af49165
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/lightvert.glsl → templates/lightingvertex.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ void main() {
vec3 direction = normalize(lightPosition.xyz - ecPosition);
float intensity = max(0.0, dot(direction, ecNormal));

// Use the paramters above to compute vertColor e.g.
// Use the parameters above to compute vertColor e.g.
//vertColor = vec4(intensity, intensity, intensity, 1) * color;
}
File renamed without changes.
File renamed without changes.

0 comments on commit af49165

Please sign in to comment.