Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/contentcreation/pps/FabianLandau/worlds/baseq3/scripts/common.shader @ 4353

Last change on this file since 4353 was 4353, checked in by landauf, 17 years ago
File size: 2.3 KB
Line 
1
2textures/common/areaportal
3{
4        qer_trans 0.50
5        surfaceparm nodraw
6        surfaceparm nolightmap
7        surfaceparm nonsolid
8        surfaceparm structural
9        surfaceparm trans
10        surfaceparm nomarks
11        surfaceparm areaportal
12}
13
14textures/common/caulk
15{
16        surfaceparm nodraw
17        surfaceparm nolightmap
18        surfaceparm nomarks
19}
20
21textures/common/clip
22{
23        qer_trans 0.40
24        surfaceparm nodraw
25        surfaceparm nolightmap
26        surfaceparm nonsolid
27        surfaceparm trans
28        surfaceparm nomarks
29        surfaceparm noimpact
30        surfaceparm playerclip
31}
32
33textures/common/full_clip
34{
35        qer_trans 0.40
36        surfaceparm nodraw
37        surfaceparm playerclip
38}
39
40textures/common/lightgrid
41{
42        qer_trans 0.5
43        surfaceparm nodraw
44        surfaceparm nolightmap
45        surfaceparm nonsolid
46        surfaceparm detail
47        surfaceparm nomarks
48        surfaceparm trans
49        surfaceparm lightgrid
50}
51
52textures/common/nodraw
53{
54        surfaceparm nodraw
55        surfaceparm nolightmap
56        surfaceparm nonsolid
57        surfaceparm trans
58        surfaceparm nomarks
59}
60
61textures/common/nodrawnonsolid
62{
63        surfaceparm nonsolid
64        surfaceparm nolightmap
65        surfaceparm nodraw
66}
67
68textures/common/nolightmap
69{
70        surfaceparm nolightmap
71}
72
73textures/common/mirror1
74{
75        qer_editorimage textures/common/mirror1.tga
76        surfaceparm nolightmap
77        portal
78 
79        {
80                map textures/common/mirror1.tga
81                blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
82                depthWrite
83        }
84}
85
86textures/common/mirror2
87{
88        qer_editorimage textures/common/qer_mirror.tga
89        surfaceparm nolightmap
90        portal
91        {
92                map textures/common/mirror1.tga
93                blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
94                depthWrite
95        }
96        {
97                map textures/sfx/mirror.tga
98                blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
99        }
100}
101
102textures/common/portal
103{
104        qer_editorimage textures/common/qer_portal.tga
105        surfaceparm nolightmap
106        portal
107        {
108                map textures/common/mirror1.tga
109                tcMod turb 0 0.25 0 0.05
110                blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
111                depthWrite
112        }
113}
114
115
116textures/common/timportal
117{
118        qer_editorimage textures/common/qer_portal.tga
119        portal
120        surfaceparm nolightmap
121        {
122                map textures/common/portal.tga
123                tcMod turb 0 0.25 0 0.05
124                blendFunc GL_ONE GL_SRC_ALPHA
125                depthWrite
126        }
127}
128
129textures/common/trigger
130{
131        qer_trans 0.50
132        qer_nocarve
133        surfaceparm nodraw
134}
135
136textures/common/invisible
137{
138        qer_trans 0.15
139        surfaceparm nolightmap
140        surfaceparm nodraw
141        surfaceparm trans
142}
Note: See TracBrowser for help on using the repository browser.