mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 12:01:44 +00:00
reworked some shaders
This commit is contained in:
parent
277ac2f654
commit
c52aa8506f
3 changed files with 22 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
Ammo boxes are created by jzero
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
// Shaders for Q3Rally Atmosphere effects - rewritten by P3rlE
|
||||||
|
// based on the atmosphere.shader from stecki
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
// 1.Rain
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
|
||||||
gfx/atmosphere/raindrop
|
gfx/atmosphere/raindrop
|
||||||
{
|
{
|
||||||
cull none
|
cull none
|
||||||
|
@ -30,6 +39,10 @@ gfx/atmosphere/raindropsolid
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
// 2.Snow
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
|
||||||
gfx/atmosphere/snowflake00
|
gfx/atmosphere/snowflake00
|
||||||
{
|
{
|
||||||
nopicmip
|
nopicmip
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
// Shaders for Q3Rally Blimp - rewritten by P3rlE
|
||||||
|
// based on the blimp.shader from stecki
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
// 1.Blimp
|
||||||
|
// ------------------------------------------------------------
|
||||||
|
|
||||||
models/mapobjects/blimp/green
|
models/mapobjects/blimp/green
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue