From 425add81fc8718f1ac4fde48a71344cd332d5a58 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 7 Jul 2024 20:10:24 +0100 Subject: Add shadow shader which takes into account texture transparency --- gfx/gl/shaders/shadowDynamicPointInstWithTextures.gs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gfx/gl/shaders/shadowDynamicPointInstWithTextures.gs (limited to 'gfx/gl/shaders/shadowDynamicPointInstWithTextures.gs') diff --git a/gfx/gl/shaders/shadowDynamicPointInstWithTextures.gs b/gfx/gl/shaders/shadowDynamicPointInstWithTextures.gs new file mode 100644 index 0000000..e6e213e --- /dev/null +++ b/gfx/gl/shaders/shadowDynamicPointInstWithTextures.gs @@ -0,0 +1,3 @@ +define(`TEXTURES', 1) + +include(`commonShadowPoint.gs') -- cgit v1.2.3