01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
textures/terblend_soc/tut5_sandgravel
{
qer_editorimage textures/terblend_soc/ter_sandgravel.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
}
{
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
}
} |
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
textures/terblend_soc/tut5_mossgravel
{
qer_editorimage textures/terblend_soc/ivec_moss2.tga
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/terblend_soc/ter_moss2.tga
rgbGen identity
}
{
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
}
} |