the camera rotation now and have it follow along.master
parent
5e58ade16f
commit
259f6a8488
@ -1,8 +1,11 @@
|
||||
#version 330 core
|
||||
|
||||
in vec4 vertexColor;
|
||||
out vec4 color;
|
||||
|
||||
|
||||
|
||||
void main() {
|
||||
color = vec4(0.0f, 0.5f, 0.2f, 1.0f);
|
||||
color = vertexColor;
|
||||
|
||||
}
|
Loading…
Reference in new issue