Battlefront-1-And-2-Assets/FX_Files/fog.fx

12 lines
218 B
HLSL
Raw Normal View History

2017-06-10 07:59:20 +00:00
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);
}