]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a shader to fix hair.
authorSahil Singhal <sahil@sahil-desktop.(none)>
Thu, 13 May 2010 01:09:46 +0000 (21:09 -0400)
committerSahil Singhal <sahil@sahil-desktop.(none)>
Thu, 13 May 2010 01:09:46 +0000 (21:09 -0400)
scripts/pyrianew.shader [new file with mode: 0644]

diff --git a/scripts/pyrianew.shader b/scripts/pyrianew.shader
new file mode 100644 (file)
index 0000000..abc3bcf
--- /dev/null
@@ -0,0 +1,13 @@
+pyrianewhair
+{
+
+       surfaceparm trans
+       cull none
+
+       {
+               map textures/pyrianewhair
+               alphaFunc GE128
+               blendFunc blend
+               rgbGen identity
+       }
+}