mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +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
|
||||
{
|
||||
cull none
|
||||
|
@ -30,6 +39,10 @@ gfx/atmosphere/raindropsolid
|
|||
}
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// 2.Snow
|
||||
// ------------------------------------------------------------
|
||||
|
||||
gfx/atmosphere/snowflake00
|
||||
{
|
||||
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
|
||||
{
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue