mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 20:11:48 +00:00
dca76b9516
fixed the misplaced backlites
182 lines
2.8 KiB
GLSL
182 lines
2.8 KiB
GLSL
//CAMARO SHADER SCRIPTS
|
|
|
|
//CAMARO COLORS
|
|
|
|
//DEFAULT - YELLOW
|
|
|
|
|
|
models/players/camaro/body
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//DEFAULT - BROWN
|
|
|
|
|
|
models/players/camaro/body_brown
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body_brown.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//DEFAULT - GREY
|
|
|
|
|
|
models/players/camaro/body_grey
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body_grey.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//DEFAULT - BLUE
|
|
|
|
|
|
models/players/camaro/body_blue
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body_blue.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//DEFAULT - GREEN
|
|
|
|
|
|
models/players/camaro/body_green
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body_green.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//DEFAULT - RED
|
|
|
|
|
|
models/players/camaro/body_red
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body_red.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//DEFAULT - WHITE
|
|
|
|
|
|
models/players/camaro/body_white
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body_white.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//DEFAULT - BLACK
|
|
|
|
|
|
models/players/camaro/body_black
|
|
{
|
|
{
|
|
// map textures/effects/tinfx2b.tga
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/body_black.tga
|
|
alphaGen const 0.8
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|
|
|
|
//SHARED - GLASS
|
|
|
|
|
|
models/players/camaro/glass
|
|
{
|
|
{
|
|
map textures/reflect/reflect.jpg
|
|
tcGen environment
|
|
rgbGen lightingdiffuse
|
|
}
|
|
{
|
|
map models/players/camaro/glass.tga
|
|
alphaGen const 0.2
|
|
blendFunc blend
|
|
depthWrite
|
|
rgbGen lightingdiffuse
|
|
}
|
|
}
|