1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
race/cliff
{
qer_editorimage textures/race/cliff02.tga
q3map_nonplanar
q3map_shadeangle 120
q3map_globalTexture
q3map_lightmapsampleoffset 10
q3map_alphaMod dotproduct2 ( 0 0 0.80 )
{
map textures/race/cliff02.tga // Primary
tcmod scale 2 2
rgbGen identity
}
{
map textures/race/ground.tga // Secondary
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
tcmod scale 2 2
rgbGen identity
alphaGen vertex
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/race/track02
{
qer_editorimage textures/race/track02.tga
{
map $lightmap
rgbGen identity
}
{
map textures/race/track02.tga
}
}
textures/race/tunel01
{
qer_editorimage textures/race/tunel01.tga
{
map $lightmap
rgbGen identity
}
{
map textures/race/tunel01.tga
}
}
race/clouds1
{
qer_editorimage textures/race/cloud1.tga
{
map textures/race/cloud1.tga
tcMod scroll 0.03 0
blendfunc blend
}
}
race/clouds2
{
qer_editorimage textures/race/cloud2.tga
{
map textures/race/cloud2.tga
tcMod scroll 0.021 0
blendfunc blend
}
}
race/clouds3
{
qer_editorimage textures/race/cloud3.tga
{
map textures/race/cloud3.tga
tcMod scroll 0.011 0
blendfunc blend
}
}
race/arrow
{
qer_editorimage textures/race/arrow.tga
{
map textures/race/arrow.tga
tcMod scroll 0 2
blendfunc add
}
}
textures/race/nicesky
{
qer_editorimage env/med-troubadour-gray/med-troubadour-gray_up.tga
surfaceparm noimpact
surfaceparm nolightmap
surfaceparm sky
surfaceparm nomarks
q3map_sunExt .5 .5 .7 100 0 86 3 16
q3map_skylight 150 3
skyparms env/med-troubadour-gray/med-troubadour-gray - -
}
|