12 lines
218 B
HLSL
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);
|
||
|
}
|