From 01beb9919b95479d8be040bec74abc5cc67a5e43 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sun, 4 May 2014 01:18:52 +0300 Subject: Initial import. --- assets/scripts/hb_dcc.shader | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 assets/scripts/hb_dcc.shader (limited to 'assets/scripts/hb_dcc.shader') diff --git a/assets/scripts/hb_dcc.shader b/assets/scripts/hb_dcc.shader new file mode 100644 index 0000000..de39002 --- /dev/null +++ b/assets/scripts/hb_dcc.shader @@ -0,0 +1,23 @@ +models/buildables/dcc/comp_pipes +{ + { + map models/buildables/dcc/comp_pipes.tga + rgbGen lightingDiffuse + tcGen environment + } +} + +models/buildables/dcc/comp_display +{ + { + map models/buildables/dcc/comp_grad.tga + rgbGen identity + tcMod scroll 0 1 + } + { + map models/buildables/dcc/comp_display.tga + blendfunc gl_one gl_src_alpha + rgbGen identity + } +} + -- cgit