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
|
models/weaphits/proxflare
{
deformVertexes autosprite
{
map textures/flares/wide.tga
blendfunc add
rgbGen const ( 1 0 0 )
}
}
models/weaphits/proxflare_b
{
deformVertexes autosprite
{
map textures/flares/flarey.tga
blendfunc add
rgbGen const ( 0 0 1 )
}
}
models/weaphits/proxlite
{
cull disable
{
map models/weaphits/proxbomb.tga
blendfunc gl_dst_color gl_src_color
rgbGen identity
}
}
models/weaphits/proxlite_b
{
cull disable
{
map models/weaphits/proxbomb_b.tga
blendfunc gl_dst_color gl_src_color
rgbGen identity
}
}
|