]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Merge remote-tracking branch 'origin/morphed/crate02'
authorRudolf Polzer <divverent@alientrap.org>
Fri, 22 Apr 2011 15:47:42 +0000 (17:47 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 22 Apr 2011 15:47:42 +0000 (17:47 +0200)
models/containers/crate02.md3 [new file with mode: 0644]
models/containers/crate02.tga [new file with mode: 0644]
models/containers/crate02_gloss.tga [new file with mode: 0644]
models/containers/crate02_norm.tga [new file with mode: 0644]
models/containers/crate02_reflect.tga [new file with mode: 0644]
scripts/crate02.shader [new file with mode: 0644]

diff --git a/models/containers/crate02.md3 b/models/containers/crate02.md3
new file mode 100644 (file)
index 0000000..8152f18
Binary files /dev/null and b/models/containers/crate02.md3 differ
diff --git a/models/containers/crate02.tga b/models/containers/crate02.tga
new file mode 100644 (file)
index 0000000..2d60cdc
Binary files /dev/null and b/models/containers/crate02.tga differ
diff --git a/models/containers/crate02_gloss.tga b/models/containers/crate02_gloss.tga
new file mode 100644 (file)
index 0000000..ce33db3
Binary files /dev/null and b/models/containers/crate02_gloss.tga differ
diff --git a/models/containers/crate02_norm.tga b/models/containers/crate02_norm.tga
new file mode 100644 (file)
index 0000000..d381490
Binary files /dev/null and b/models/containers/crate02_norm.tga differ
diff --git a/models/containers/crate02_reflect.tga b/models/containers/crate02_reflect.tga
new file mode 100644 (file)
index 0000000..3b0bbbf
Binary files /dev/null and b/models/containers/crate02_reflect.tga differ
diff --git a/scripts/crate02.shader b/scripts/crate02.shader
new file mode 100644 (file)
index 0000000..5330fb5
--- /dev/null
@@ -0,0 +1,12 @@
+models/containers/crate02
+{
+       dpreflectcube cubemaps/default/sky
+       {
+               map models/containers/crate02.tga
+       }
+       {
+               map $lightmap
+               blendfunc GL_DST_COLOR GL_ZERO
+               rgbGen identity
+    }
+}
\ No newline at end of file