From: Morphed Date: Fri, 22 Apr 2011 13:17:35 +0000 (+0200) Subject: crate model X-Git-Tag: xonotic-v0.5.0~95^2~5^2~1 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=08c3c59e3b9240b8eab8789d56f46e32108f0545 crate model --- diff --git a/models/containers/crate02.md3 b/models/containers/crate02.md3 new file mode 100644 index 00000000..628b6dd3 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 index 00000000..2d60cdcc 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 index 00000000..ce33db38 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 index 00000000..d381490b 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 index 00000000..3b0bbbfc 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 index 00000000..bf1c5bd4 --- /dev/null +++ b/scripts/crate02.shader @@ -0,0 +1,12 @@ +models/crate/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