Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/levels/baseq3/scripts/common.shader @ 4843

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