Thomas FORGIONE c744cdd099 Using shaders
2016-11-25 11:27:05 +01:00

7 lines
124 B
GLSL

varying vec3 fNormal;
void main() {
fNormal = gl_Normal;
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}