From 225167461d754b476b4fcc7726c492cc972ca654 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 18 Oct 2020 12:10:48 -0500 Subject: clear out old files, add basic scripting --- light.vs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 light.vs (limited to 'light.vs') diff --git a/light.vs b/light.vs deleted file mode 100644 index e135d84..0000000 --- a/light.vs +++ /dev/null @@ -1,11 +0,0 @@ -#version 330 core -layout (location = 0) in vec3 position; - -uniform mat4 model; -uniform mat4 view; -uniform mat4 projection; - -void main() -{ - gl_Position = projection * view * model * vec4(position.xyz, 1.0); -} \ No newline at end of file -- cgit v1.2.1