From 741bb027df58fd9f30f4d94cdaf2d6416e11e3ee Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 16 Apr 2024 00:23:43 +0100 Subject: Custom vertex, vertex shader and fragment shader for landmass Handles global position type, colourBias for surface types --- gfx/gl/shaders/shadowFixedPoint.vs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 gfx/gl/shaders/shadowFixedPoint.vs (limited to 'gfx/gl/shaders/shadowFixedPoint.vs') diff --git a/gfx/gl/shaders/shadowFixedPoint.vs b/gfx/gl/shaders/shadowFixedPoint.vs deleted file mode 100644 index 1376388..0000000 --- a/gfx/gl/shaders/shadowFixedPoint.vs +++ /dev/null @@ -1,9 +0,0 @@ -#version 330 core - -include(`meshIn.glsl') - -uniform ivec3 viewPoint; -const mat3 model = mat3(1); -const ivec3 modelPos = ivec3(0); - -include(`commonShadowPoint.glsl') -- cgit v1.2.3