Battlefront-1-And-2-Assets/FX_Files/fog.fx
Maxim Stewart 358c98a2ef Initial Commit
Added ref FX_Files
Added Dome parts
Added Usable textures
Added Other filled with notes, etc
2017-06-10 03:05:43 -05:00

12 lines
218 B
HLSL

Effect("FogCloud")
{
Enable(1);
Texture("fluffy");
Range(60.0, 100.0);
Color(168, 172, 180, 128);
Velocity(5.0, 0.0);
Rotation(0.1);
Height(16.0);
ParticleSize(28.0);
ParticleDensity(60.0);
}