Created
January 13, 2015 06:22
-
-
Save hypevhs/2ca224b772560f6a4b50 to your computer and use it in GitHub Desktop.
JanusVR Linux QGL shader: http://acidjazzed.github.io/shader.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QGLShader::compile(Fragment): 0:5(38): error: `iNormalWorld' undeclared | |
0:5(38): error: no matching function for call to `normalize(error)'; candidates are: | |
0:5(38): error: float normalize(float) | |
0:5(38): error: vec2 normalize(vec2) | |
0:5(38): error: vec3 normalize(vec3) | |
0:5(38): error: vec4 normalize(vec4) | |
0:8(14): error: `diffuseLight' undeclared | |
0:8(38): error: operands to arithmetic operators must be numeric |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment