01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
|
textures/terblend_soc/tut8_sandmoss
{
qer_editorimage textures/terblend_soc/ter_sandmoss.tga
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/terblend_soc/ter_sand1.tga
rgbGen identity
}
{
map textures/terblend_soc/ter_moss2.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen vertex
rgbGen identity
}
}
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
textures/terblend_soc/tut8_gravel_overlay
{
qer_editorimage textures/terblend_soc/ivec_gravel1.tga
q3map_bounceScale 0
surfaceparm nonsolid
surfaceparm trans
surfaceparm nomarks
polygonOffset
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/terblend_soc/ter_gravel1.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen vertex
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
|