Refactoring...

This commit is contained in:
2021-07-25 21:21:54 +02:00
parent 87c60187bf
commit 4927720c29
27 changed files with 320 additions and 336 deletions

View File

@@ -13,5 +13,4 @@ uniform Material u_material;
void main()
{
f_color = texture(u_material.texture_diffuse0, v_texCoord);
// f_color = vec4(1.0, 0.0, 0.0, 0.5);
}

View File

@@ -7,5 +7,4 @@ uniform mat4 u_modelMatrix;
void main() {
gl_Position = u_modelMatrix * vec4(a_position, 1.0f);
}