Skip to content

fix readme example#2

Open
vlucendo wants to merge 1 commit intoglslify:masterfrom
vlucendo:master
Open

fix readme example#2
vlucendo wants to merge 1 commit intoglslify:masterfrom
vlucendo:master

Conversation

@vlucendo
Copy link
Copy Markdown

No description provided.

vec3 normal = normalize(surfaceNormal);

float power = blinnPhongSpec(lightDirection, viewDirection, normal, shininess);
float power = blinnPhongSpec(lightDirection, eyeDirection, normal, shininess);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed phongSpec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants