]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
zfightometer: use polygonoffset for the _decal divVerent/test/zfightometer
authorRudolf Polzer <divverent@alientrap.org>
Sun, 7 Nov 2010 13:07:37 +0000 (14:07 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 7 Nov 2010 13:07:37 +0000 (14:07 +0100)
maps/zfightometer.map
scripts/map_zfightometer.shader [new file with mode: 0644]

index 115f2ab9e6dbb483733663303c97a4e0d21daef2..402a641858b3970cc13da951224fb98b464d2445 100644 (file)
 {
 patchDef2
 {
-facility114x/base-base
+map_zfightometer/base-base
 ( 3 3 0 0 0 )
 (
-( ( -64 -128 256 0 0 ) ( -64 -128 320 0 -1 ) ( -64 -128 384 0 -2 ) )
-( ( 0 -128 256 0.25 0 ) ( 0 -128 320 0.25 -1 ) ( 0 -128 384 0.25 -2 ) )
-( ( 64 -128 256 0.5 0 ) ( 64 -128 320 0.5 -1 ) ( 64 -128 384 0.5 -2 ) )
+( ( -64 -128 256 0 0 ) ( -64 -128 320 0 -0.5 ) ( -64 -128 384 0 -1 ) )
+( ( 0 -128 256 0.5 0 ) ( 0 -128 320 0.5 -0.5 ) ( 0 -128 384 0.5 -1 ) )
+( ( 64 -128 256 1 0 ) ( 64 -128 320 1 -0.5 ) ( 64 -128 384 1 -1 ) )
 )
 }
 }
diff --git a/scripts/map_zfightometer.shader b/scripts/map_zfightometer.shader
new file mode 100644 (file)
index 0000000..44ba0df
--- /dev/null
@@ -0,0 +1,20 @@
+textures/map_zfightometer/base-base
+{
+       qer_editorimage textures/facility114x/base/base.tga
+       
+       q3map_bounceScale 1.25
+       polygonoffset
+
+
+       {
+               map textures/facility114x/base/base.tga
+               
+
+       }
+       {
+               map $lightmap
+               rgbGen identity
+               tcGen lightmap
+               blendfunc filter
+       }
+}