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
|
textures/dsi/cretetrimlight2g
{
qer_editorimage textures/dsi/cretetrimlight2g.tga
q3map_lightimage textures/dsi/cretelighttrim2g_glow.tga
surfaceparm nomarks
q3map_lightsubdivide 32
q3map_surfacelight 1000
{
map textures/dsi/cretetrimlight2g.tga
rgbGen identity
}
{
map $lightmap
blendfunc filter
tcGen lightmap
}
{
map textures/dsi/cretetrimlight2g_glow.tga
blendfunc add
}
}
textures/dsi/cretetrimlight2y
{
qer_editorimage textures/dsi/cretetrimlight2y.tga
q3map_lightimage textures/dsi/cretelighttrim2y_glow.tga
surfaceparm nomarks
q3map_lightsubdivide 32
q3map_surfacelight 1000
{
map textures/dsi/cretetrimlight2y.tga
rgbGen identity
}
{
map $lightmap
blendfunc filter
tcGen lightmap
}
{
map textures/dsi/cretetrimlight2y_glow.tga
blendfunc add
}
}
|