From: Morphed Date: Tue, 27 Apr 2010 10:38:03 +0000 (+0200) Subject: reflection shader for all weapons X-Git-Tag: xonotic-v0.1.0preview~629^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8d42a039b3d57d1226465b829f4e320c78d4c3e0;p=xonotic%2Fxonotic-data.pk3dir.git reflection shader for all weapons --- diff --git a/cubemaps/default/skynx.png b/cubemaps/default/skynx.png new file mode 100644 index 000000000..8903c0b01 Binary files /dev/null and b/cubemaps/default/skynx.png differ diff --git a/cubemaps/default/skyny.png b/cubemaps/default/skyny.png new file mode 100644 index 000000000..d11965e05 Binary files /dev/null and b/cubemaps/default/skyny.png differ diff --git a/cubemaps/default/skynz.png b/cubemaps/default/skynz.png new file mode 100644 index 000000000..0bee4987c Binary files /dev/null and b/cubemaps/default/skynz.png differ diff --git a/cubemaps/default/skypx.png b/cubemaps/default/skypx.png new file mode 100644 index 000000000..f2ac4e125 Binary files /dev/null and b/cubemaps/default/skypx.png differ diff --git a/cubemaps/default/skypy.png b/cubemaps/default/skypy.png new file mode 100644 index 000000000..4677f49e5 Binary files /dev/null and b/cubemaps/default/skypy.png differ diff --git a/cubemaps/default/skypz.png b/cubemaps/default/skypz.png new file mode 100644 index 000000000..3dde87a88 Binary files /dev/null and b/cubemaps/default/skypz.png differ diff --git a/scripts/weapons.shader b/scripts/weapons.shader new file mode 100644 index 000000000..261fd93a6 --- /dev/null +++ b/scripts/weapons.shader @@ -0,0 +1,144 @@ +textures/electro +{ + dpreflectcube cubemaps/default/sky + { + map textures/electro.tga + rgbgen lightingDiffuse + } +} +electro +{ + dpreflectcube cubemaps/default/sky + { + map textures/electro.tga + rgbgen lightingDiffuse + } +} +textures/nexgun.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/nexgun.tga + rgbgen lightingDiffuse + } +} +nexgun.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/nexgun.tga + rgbgen lightingDiffuse + } +} +textures/uzi.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/uzi.tga + rgbgen lightingDiffuse + } +} +textures/glauncher +{ + dpreflectcube cubemaps/default/sky + { + map textures/glauncher.tga + rgbgen lightingDiffuse + } +} +textures/hagar2.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/hagar2.tga + rgbgen lightingDiffuse + } +} +textures/crylink.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/crylink.tga + rgbgen lightingDiffuse + } +} +crylink.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/crylink.tga + rgbgen lightingDiffuse + } +} +textures/hlac_body.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/hlac_body.tga + rgbgen lightingDiffuse + } +} +textures/hlac_accessory.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/hlac_accessory.tga + rgbgen lightingDiffuse + } +} +textures/shotgun2 +{ + dpreflectcube cubemaps/default/sky + { + map textures/shotgun2.tga + rgbgen lightingDiffuse + } +} +textures/nex.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/nex.tga + rgbgen lightingDiffuse + } +} +textures/rl.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/rl.tga + rgbgen lightingDiffuse + } +} +marine +{ + dpreflectcube cubemaps/default/sky + { + map textures/marine.tga + rgbgen lightingDiffuse + } +} +laser.tga +{ + dpreflectcube cubemaps/default/sky + { + map textures/laser.tga + rgbgen lightingDiffuse + } +} +textures/hlac_accessory +{ + dpreflectcube cubemaps/default/sky + { + map textures/hlac_accessory.tga + rgbgen lightingDiffuse + } +} +textures/hlac_body +{ + dpreflectcube cubemaps/default/sky + { + map textures/hlac_body.tga + rgbgen lightingDiffuse + } +} \ No newline at end of file diff --git a/textures/crylink_reflect.tga b/textures/crylink_reflect.tga new file mode 100644 index 000000000..5c5109e69 Binary files /dev/null and b/textures/crylink_reflect.tga differ diff --git a/textures/electro_reflect.tga b/textures/electro_reflect.tga new file mode 100644 index 000000000..95cc2badd Binary files /dev/null and b/textures/electro_reflect.tga differ diff --git a/textures/glauncher_reflect.tga b/textures/glauncher_reflect.tga new file mode 100644 index 000000000..fbe2c8121 Binary files /dev/null and b/textures/glauncher_reflect.tga differ diff --git a/textures/hagar2_reflect.tga b/textures/hagar2_reflect.tga new file mode 100644 index 000000000..1381edcd6 Binary files /dev/null and b/textures/hagar2_reflect.tga differ diff --git a/textures/hlac_accessory_reflect.tga b/textures/hlac_accessory_reflect.tga new file mode 100644 index 000000000..e245ac7ca Binary files /dev/null and b/textures/hlac_accessory_reflect.tga differ diff --git a/textures/hlac_body_reflect.tga b/textures/hlac_body_reflect.tga new file mode 100644 index 000000000..eba8b2df5 Binary files /dev/null and b/textures/hlac_body_reflect.tga differ diff --git a/textures/nex_reflect.tga b/textures/nex_reflect.tga new file mode 100644 index 000000000..c44e7befd Binary files /dev/null and b/textures/nex_reflect.tga differ diff --git a/textures/nexgun_reflect.tga b/textures/nexgun_reflect.tga new file mode 100644 index 000000000..86a5dfb50 Binary files /dev/null and b/textures/nexgun_reflect.tga differ diff --git a/textures/rl_reflect.tga b/textures/rl_reflect.tga new file mode 100644 index 000000000..3f5ee49b7 Binary files /dev/null and b/textures/rl_reflect.tga differ diff --git a/textures/uzi_reflect.tga b/textures/uzi_reflect.tga new file mode 100644 index 000000000..f4d246d7e Binary files /dev/null and b/textures/uzi_reflect.tga differ