mirror of
https://github.com/jmarshall23/Quake_4_Alpha.git
synced 2026-08-12 04:01:12 +02:00
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
|
|
hs/SpeedBlur
|
|
{
|
|
translucent
|
|
sort gui
|
|
needCurrentRender
|
|
{
|
|
glslProgram glsl/speedblur.glsl
|
|
shaderParm textureScale POTCorrectionX, POTCorrectionY
|
|
shaderParm textureHalfScale POTCorrectionX * 0.5, POTCorrectionY * 0.5
|
|
shaderTexture BackgroundImage _currentRender
|
|
shaderTexture Scope gfx/guis/hud/vehicles/speeder_blur.tga
|
|
}
|
|
}
|