Skip to content

Instantly share code, notes, and snippets.

@Glamhoth
Created January 6, 2019 15:25
Show Gist options
  • Save Glamhoth/dad28615aef78d675858aa7a69f766de to your computer and use it in GitHub Desktop.
Save Glamhoth/dad28615aef78d675858aa7a69f766de to your computer and use it in GitHub Desktop.
Specular power bug
double specularCoefficientPower = specularColor.b < 0.001 ? 1 : specularColor.b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment