From: Morphed Date: Tue, 30 Aug 2011 15:09:56 +0000 (+0200) Subject: new casing model for machine gun, it uses cubemap from exomorph set, I deleted old... X-Git-Tag: xonotic-v0.5.0~20^2 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=cf269cfdce108080cfe2a8a0b5e0621bb066f631;p=xonotic%2Fxonotic-data.pk3dir.git new casing model for machine gun, it uses cubemap from exomorph set, I deleted old model but I couldnt find old texture --- diff --git a/models/casing_bronze.iqm b/models/casing_bronze.iqm new file mode 100644 index 000000000..e48e20a80 Binary files /dev/null and b/models/casing_bronze.iqm differ diff --git a/models/casing_bronze.mdl b/models/casing_bronze.mdl deleted file mode 100644 index 54cb526e1..000000000 Binary files a/models/casing_bronze.mdl and /dev/null differ diff --git a/models/casing_bronze.tga b/models/casing_bronze.tga new file mode 100644 index 000000000..af11786f2 Binary files /dev/null and b/models/casing_bronze.tga differ diff --git a/models/casing_bronze_gloss.tga b/models/casing_bronze_gloss.tga new file mode 100644 index 000000000..9c06707be Binary files /dev/null and b/models/casing_bronze_gloss.tga differ diff --git a/models/casing_bronze_norm.tga b/models/casing_bronze_norm.tga new file mode 100644 index 000000000..77d85bf62 Binary files /dev/null and b/models/casing_bronze_norm.tga differ diff --git a/models/casing_bronze_reflect.tga b/models/casing_bronze_reflect.tga new file mode 100644 index 000000000..9c06707be Binary files /dev/null and b/models/casing_bronze_reflect.tga differ diff --git a/scripts/casings.shader b/scripts/casings.shader new file mode 100644 index 000000000..f5e4b3f71 --- /dev/null +++ b/scripts/casings.shader @@ -0,0 +1 @@ +models/casing_bronze { dpglossintensitymod 2 dpglossexponentmod 4 dpreflectcube env/exomorph/exomorph { map models/casing_bronze.tga } { map $lightmap rgbGen identity tcGen lightmap blendfunc filter } } \ No newline at end of file