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
|
models/mapobjects/torch/torchnew
{
cull disable
//surfaceparm trans
{
map models/mapobjects/torch/torchnew.tga
// alphaFunc GE128
// depthWrite
rgbGen lightingDiffuse
}
{
// map models/mapobjects/torch/torchnew.tga
// blendfunc gl_src_alpha gl_one
// rgbGen lightingDiffuse
// depthFunc equal
// alphaGen lightingSpecular
// detail
}
{
map gfx/fx/detail/d_met.tga
blendfunc gl_dst_color gl_src_color
rgbGen identity
tcMod scale 5 10
detail
}
}
// FIXME: Broken?
models/mapobjects/fan/fanbroken
{
{
map models/mapobjects/fan/fan.tga
rgbGen lightingDiffuse
}
{
map gfx/fx/detail/d_met2.tga
blendfunc gl_dst_color gl_src_color
rgbGen identity
tcMod scale 8 8
detail
}
{
map gfx/fx/spec/robawt.tga
blendfunc gl_dst_color gl_one
rgbGen identity
tcGen environment
detail
}
}
|