Enum ParticleDirectionNoiseType ​
Namespace: ValveResourceFormat.Particles
Assembly: ValveResourceFormat.dll
Vector noise selection for direction noise forces.
csharp
public enum ParticleDirectionNoiseTypeFields ​
PARTICLE_DIR_NOISE_PERLIN = 0
Vector-valued lattice noise.
PARTICLE_DIR_NOISE_CURL = 1
Curl combination of three decorrelated lattice samples.
PARTICLE_DIR_NOISE_WORLEY_BASIC = 2
Offset to the nearest jittered worley feature point.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particleslib/ParticleDirectionNoiseType_t

