Remove the Uniforms.c file

This commit is contained in:
Eryn Wells 2018-11-21 08:42:17 -07:00
parent 73d162337c
commit 4e5dfcf20b
4 changed files with 1 additions and 30 deletions

View file

@ -43,6 +43,7 @@ vertex ColorInOut vertexShader(Vertex in [[stage_in]],
out.position = uniforms.projectionMatrix * eyeCoords;
out.eyeCoords = eyeCoords;
// TODO: Use the face normal.
out.normal = normalize(in.normal);
out.texCoord = in.texCoord;