From d3a6d307d9973a3822909f0960acd44662708dfe Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 23 Mar 2008 20:58:01 +0000 Subject: clip support for radiant --- base/shaders/common.shader | 5 +++++ base/shaders/shaderlist.txt | 2 ++ gtkradiant/games/osirion.game | 1 + 3 files changed, 8 insertions(+) create mode 100644 base/shaders/common.shader create mode 100644 base/shaders/shaderlist.txt diff --git a/base/shaders/common.shader b/base/shaders/common.shader new file mode 100644 index 0000000..1b848bd --- /dev/null +++ b/base/shaders/common.shader @@ -0,0 +1,5 @@ +textures/common/clip +{ + qer_trans 0.40 + surfaceparm playerclip +} diff --git a/base/shaders/shaderlist.txt b/base/shaders/shaderlist.txt new file mode 100644 index 0000000..d956a96 --- /dev/null +++ b/base/shaders/shaderlist.txt @@ -0,0 +1,2 @@ +common + diff --git a/gtkradiant/games/osirion.game b/gtkradiant/games/osirion.game index ff2af81..b5e784d 100644 --- a/gtkradiant/games/osirion.game +++ b/gtkradiant/games/osirion.game @@ -17,6 +17,7 @@ texturetypes="tga" modeltypes="mdl" maptypes="mapq2" + shaderpath="shaders" shaders="quake3" entityclass="quake3" entityclasstype="def xml" -- cgit v1.2.3