diff --git a/effects/test.xml b/effects/test.xml
deleted file mode 100644
index 09da020b5..000000000
--- a/effects/test.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/effects/volumetriclight.frag b/effects/volumetriclight.frag
index 3ec626c77..cfeeb9252 100644
--- a/effects/volumetriclight.frag
+++ b/effects/volumetriclight.frag
@@ -4,12 +4,16 @@ uniform float amount;
uniform sampler2D tex0;
uniform vec2 resolution; // screen resolution
+varying vec2 vTexCoord;
#define T texture2D(tex0,.5+(p.xy*=.992))
-void main()
-{
- vec3 p = gl_FragCoord.xyz/vec3(resolution, 1.0)-.5;
- vec3 o = T.rgb;
- for (float i=0.;i
+
+
+
+
+
+
\ No newline at end of file