From 789147e240ae660ab98f80646b02ad8b127ca894 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 18 Jul 2010 16:26:37 +0200 Subject: [PATCH] CRLF fixes --- scripts/turrets.shader | 114 ++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/scripts/turrets.shader b/scripts/turrets.shader index c0d223c566..9e4f68e3ff 100644 --- a/scripts/turrets.shader +++ b/scripts/turrets.shader @@ -1,57 +1,57 @@ -models/turrets/tesla_chrome -{ - - qer_editorimage models/turrets/chrome.tga - - //dp_reflect 0 0.75 0.75 1 0.5 - { - map models/turrets/chrome.tga - rgbGen vertex - tcGen environment - tcMod scale 2 2 - - } -} - -models/turrets/phaser_beam -{ - surfaceparm trans - cull none - nopicmip - - qer_editorimage models/turrets/phaser_beam - { - map models/turrets/phaser_beam - blendFunc add - } - -} - -models/turrets/reactor_beams -{ - surfaceparm trans - cull none - - qer_editorimage models/turrets/reactor - { - map models/turrets/reactor - blendFunc add - } -} - -models/turrets/r_fx1 -{ - surfaceparm nomarks - surfaceparm trans - surfaceparm pointlight - surfaceparm nolightmap - nopicmip - qer_editorimage models/turrets/r_fx1_1 - - { - animmap 10 models/turrets/r_fx1_3 models/turrets/r_fx1_4 models/turrets/r_fx1_5 models/turrets/r_fx1_4 models/turrets/r_fx1_3 models/turrets/r_fx1_2 models/turrets/r_fx1_1 models/turrets/r_fx1_2 - } - -} - - +models/turrets/tesla_chrome +{ + + qer_editorimage models/turrets/chrome.tga + + //dp_reflect 0 0.75 0.75 1 0.5 + { + map models/turrets/chrome.tga + rgbGen vertex + tcGen environment + tcMod scale 2 2 + + } +} + +models/turrets/phaser_beam +{ + surfaceparm trans + cull none + nopicmip + + qer_editorimage models/turrets/phaser_beam + { + map models/turrets/phaser_beam + blendFunc add + } + +} + +models/turrets/reactor_beams +{ + surfaceparm trans + cull none + + qer_editorimage models/turrets/reactor + { + map models/turrets/reactor + blendFunc add + } +} + +models/turrets/r_fx1 +{ + surfaceparm nomarks + surfaceparm trans + surfaceparm pointlight + surfaceparm nolightmap + nopicmip + qer_editorimage models/turrets/r_fx1_1 + + { + animmap 10 models/turrets/r_fx1_3 models/turrets/r_fx1_4 models/turrets/r_fx1_5 models/turrets/r_fx1_4 models/turrets/r_fx1_3 models/turrets/r_fx1_2 models/turrets/r_fx1_1 models/turrets/r_fx1_2 + } + +} + + -- 2.39.2