mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
44 lines
564 B
HLSL
44 lines
564 B
HLSL
//
|
|
// explostion2.fx
|
|
explosion6 {
|
|
|
|
{
|
|
delay 0
|
|
duration 0.75
|
|
restart 0
|
|
light "lights/spot01", 1.34, 1.68, 1.94, 150
|
|
offset 0, 0, 16
|
|
scale 350, 0, 0.5
|
|
noshadows
|
|
//fadeOut 0.25
|
|
}
|
|
{
|
|
delay 0
|
|
duration 0.75
|
|
restart 0
|
|
light "lights/spot01", 1.48, 1.06, 0.5, 150
|
|
offset 0, 0, 16
|
|
noshadows
|
|
scale 350, 0, 0.5
|
|
//fadeOut 0.25
|
|
}
|
|
|
|
|
|
{
|
|
delay 0
|
|
duration 2.5
|
|
restart 0
|
|
rotate 0.1
|
|
particle "particles/firesparks.particle"
|
|
}
|
|
|
|
{
|
|
delay 0
|
|
duration 2.5
|
|
restart 0
|
|
rotate 0.1
|
|
particle "particles/bluesparks.particle"
|
|
}
|
|
|
|
|
|
} |