]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix morphed's tree model
authorRudolf Polzer <divverent@alientrap.org>
Tue, 15 Jun 2010 10:05:40 +0000 (12:05 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 15 Jun 2010 10:05:40 +0000 (12:05 +0200)
models/grass03.md3 [deleted file]
scripts/tree.shader [new file with mode: 0644]
textures/e8support02c.tga [new file with mode: 0644]
textures/e8support02c_gloss.jpg [new file with mode: 0644]
textures/e8support02c_norm.tga [new file with mode: 0644]
textures/e8support02c_shirt.jpg [new file with mode: 0644]
textures/grass2.tga [new file with mode: 0644]
textures/leaves6.tga [new file with mode: 0644]
textures/leaves7.tga [new file with mode: 0644]
textures/leaves7_norm.tga [new file with mode: 0644]

diff --git a/models/grass03.md3 b/models/grass03.md3
deleted file mode 100644 (file)
index c96e60c..0000000
Binary files a/models/grass03.md3 and /dev/null differ
diff --git a/scripts/tree.shader b/scripts/tree.shader
new file mode 100644 (file)
index 0000000..2b3c2b8
--- /dev/null
@@ -0,0 +1,62 @@
+morph/leaves3
+{
+cull none
+       qer_editorimage leaves6.tga
+       qer_trans 0.6
+       surfaceparm trans
+//     surfaceparm nolightmap
+       surfaceparm alphashadow
+       deformVertexes autosprite
+       q3map_vertexScale 1
+       deformVertexes wave 128 sin 0 1 0 0.4 
+       {
+               map leaves6.tga
+               alphaFunc GT0
+               rgbGen vertex
+       }
+}
+
+grass02
+{
+       distancecull 256 1024 0.4
+       cull none
+       qer_editorimage grass2.tga
+       qer_trans 0.2
+       surfaceparm nolightmap
+       surfaceparm trans
+       q3map_vertexScale 1
+       deformVertexes autosprite
+       deformVertexes wave 128 sin 0 1 0 0.1 
+       {
+               map grass2.tga
+               alphaFunc GT0
+               rgbGen vertex
+       }
+}
+
+leaves4
+{
+cull none
+       qer_editorimage leaves7.tga
+       qer_trans 0.6
+       deformVertexes autosprite
+       surfaceparm nolightmap
+       surfaceparm trans
+       q3map_vertexScale 1
+       deformVertexes wave 128 sin 0 1 0 0.5
+       {
+               map leaves7.tga
+               alphaFunc GT0
+               rgbGen vertex
+       }
+}
+
+e8teamcolor
+       {
+       qer_editorimage morphed/e8support02c_shirt.jpg
+       map morphed/e8support02c.tga
+               {
+               map $lightmap
+               rgbGen identity
+               }
+       }
diff --git a/textures/e8support02c.tga b/textures/e8support02c.tga
new file mode 100644 (file)
index 0000000..7dc7a0d
Binary files /dev/null and b/textures/e8support02c.tga differ
diff --git a/textures/e8support02c_gloss.jpg b/textures/e8support02c_gloss.jpg
new file mode 100644 (file)
index 0000000..7521315
Binary files /dev/null and b/textures/e8support02c_gloss.jpg differ
diff --git a/textures/e8support02c_norm.tga b/textures/e8support02c_norm.tga
new file mode 100644 (file)
index 0000000..5200aaa
Binary files /dev/null and b/textures/e8support02c_norm.tga differ
diff --git a/textures/e8support02c_shirt.jpg b/textures/e8support02c_shirt.jpg
new file mode 100644 (file)
index 0000000..d3a28d9
Binary files /dev/null and b/textures/e8support02c_shirt.jpg differ
diff --git a/textures/grass2.tga b/textures/grass2.tga
new file mode 100644 (file)
index 0000000..f0ea62a
Binary files /dev/null and b/textures/grass2.tga differ
diff --git a/textures/leaves6.tga b/textures/leaves6.tga
new file mode 100644 (file)
index 0000000..6110f38
Binary files /dev/null and b/textures/leaves6.tga differ
diff --git a/textures/leaves7.tga b/textures/leaves7.tga
new file mode 100644 (file)
index 0000000..e3a81b1
Binary files /dev/null and b/textures/leaves7.tga differ
diff --git a/textures/leaves7_norm.tga b/textures/leaves7_norm.tga
new file mode 100644 (file)
index 0000000..46d8bca
Binary files /dev/null and b/textures/leaves7_norm.tga differ