Can now load models from file, kinda

This commit is contained in:
Robert 2021-01-22 13:37:57 +01:00
parent 4c3c1687ef
commit ac5bf9abdb
13 changed files with 10247 additions and 12 deletions

View file

@ -1,5 +1,4 @@
#version 330 core
in vec3 oCol;
in vec2 oUV;
out vec4 FragColor;