mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-21 11:31:13 +00:00
fixed tree shaders (q3r_ctf_01)
This commit is contained in:
parent
b38c86580a
commit
9d29b32f8b
1 changed files with 76 additions and 0 deletions
|
@ -340,4 +340,80 @@ models/mapobjects/spotlamp/spotlamp_l
|
||||||
map models/mapobjects/spotlamp/spotlamp_l.tga
|
map models/mapobjects/spotlamp/spotlamp_l.tga
|
||||||
rgbGen identity
|
rgbGen identity
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
// Trees from q3r_ctf_01
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
|
||||||
|
models/mapobjects/GR_trees/nadel
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/GR_trees/nadel.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/GR_trees/nadelsnow
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/GR_trees/nadelsnow.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/GR_trees/tree
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/GR_trees/tree.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/GR_trees/tree3
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/GR_trees/tree3.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/GR_trees/tree4
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/GR_trees/tree4.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/GR_trees/tree6
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/GR_trees/tree6.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/oak/oakblaetter
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/oak/oakblaetter.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/oak/oakblaetter2
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/oak/oakblaetter2.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
models/mapobjects/oak/oakblaetter3
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map models/mapobjects/oak/oakblaetter3.tga
|
||||||
|
blendfunc blend
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue