]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
gibs: avoid splatting decals on them, it is too slow
authorRudolf Polzer <divVerent@xonotic.org>
Tue, 4 Oct 2011 08:11:54 +0000 (10:11 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 4 Oct 2011 08:12:28 +0000 (10:12 +0200)
scripts/gibs.shader [new file with mode: 0644]
scripts/nutsandbolts.shader [deleted file]

diff --git a/scripts/gibs.shader b/scripts/gibs.shader
new file mode 100644 (file)
index 0000000..c411ce3
--- /dev/null
@@ -0,0 +1,99 @@
+meat
+{
+       surfaceparm nomarks
+       {
+               map textures/meat
+       }
+       {
+               map $lightmap
+       }
+}
+
+meat_alien
+{
+       surfaceparm nomarks
+       {
+               map textures/meat_alien
+       }
+       {
+               map $lightmap
+       }
+}
+
+meat_robot
+{
+       surfaceparm nomarks
+       {
+               map textures/meat_robot
+       }
+       {
+               map $lightmap
+       }
+}
+
+eyeblood
+{
+       surfaceparm nomarks
+       {
+               map textures/eyeblood
+       }
+       {
+               map $lightmap
+       }
+}
+
+nutsandbolts1
+{
+       surfaceparm nomarks
+       {
+               map textures/nutsandbolts1
+       }
+       {
+               map $lightmap
+       }
+}
+
+nutsandbolts3
+{
+       surfaceparm nomarks
+       {
+               map textures/nutsandbolts3
+       }
+       {
+               map $lightmap
+       }
+}
+
+nutsandbolts4
+{
+       surfaceparm nomarks
+       {
+               map textures/nutsandbolts4
+       }
+       {
+               map $lightmap
+       }
+}
+
+nutsandbolts5
+{
+       surfaceparm nomarks
+       {
+               map textures/nutsandbolts5
+       }
+       {
+               map $lightmap
+       }
+}
+
+nutsandboltssteel
+{
+       surfaceparm nomarks
+       {
+               map textures/nutsandbolts3
+               tcgen environment
+       }
+       {
+               map $lightmap
+       }
+}
diff --git a/scripts/nutsandbolts.shader b/scripts/nutsandbolts.shader
deleted file mode 100644 (file)
index e0eb347..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-nutsandboltssteel
-{
-       {
-               map textures/nutsandbolts3
-               tcgen environment
-       }
-       {
-               map $lightmap
-       }
-}