chore: spacing in default_shader.vs
This commit is contained in:
parent
35ffc33ea8
commit
9456eb0f3a
|
@ -19,7 +19,6 @@ void main()
|
||||||
// Send vertex attributes to fragment shader
|
// Send vertex attributes to fragment shader
|
||||||
fragTexCoord = vertexTexCoord;
|
fragTexCoord = vertexTexCoord;
|
||||||
fragNormal = -normalize(vec3(matModel * vec4(vertexNormal, 0.0)));
|
fragNormal = -normalize(vec3(matModel * vec4(vertexNormal, 0.0)));
|
||||||
|
|
||||||
// Calculate final vertex position
|
// Calculate final vertex position
|
||||||
gl_Position = mvp*vec4(vertexPosition, 1.0);
|
gl_Position = mvp*vec4(vertexPosition, 1.0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue