Files
Quake_4_Alpha/q4xbase/effects/levels/cryo/cryo_fogascend_512.fx
T
2026-08-06 14:45:27 -07:00

39 lines
542 B
HLSL

effect effects/levels/cryo/cryo_fogascend_512
{
size 531
emitter "steam1"
{
duration 30,30
count 9,9
sprite
{
duration 3,4
material "gfx/effects/smoke/steam_alpha"
gravity -0.003,-0.003
start
{
position { cylinder -420,-420,-50,420,420,50 }
size { line 120,120,160,160 }
fade { point 0 }
rotate { box 0,1 }
}
motion
{
fade { envelope "cosine" }
rotate { envelope "linear" }
}
end
{
fade { point 0.2 }
rotate { box -0.222222,0.222222 relative }
}
}
}
}