mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Sync
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# version 150
|
||||
# extension GL_ARB_explicit_attrib_location : enable
|
||||
# version 330
|
||||
|
||||
in vec3 vert;
|
||||
uniform vec3 SunLight;
|
||||
layout(location = 0) in vec3 vert;
|
||||
uniform vec3 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(vert, 1.0);
|
||||
// projection * view * model *
|
||||
gl_Position = vec4(vert+position, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user