forked from BilalY/Rasagar
3.0 KiB
3.0 KiB
Value Noise
Menu Path : Operator > Noise > Value Noise
The Value Noise Operator allows you to specify coordinates to sample a noise value within a specified range in one, two, or three dimensions. Value noise uses simple interpolated values, which means that adjacent values are likely to be similar.
You can use this Operator to introduce variety to your particle attributes. A common use case is to sample using each particle’s position as a coordinate to output a new color, velocity, or position value.
Operator settings
Property | Type | Description |
---|---|---|
Dimensions | Enum | Specify whether the noise is one, two, or three dimensional. |
Type | Enum | Specify what type of noise to use. |
Operator properties
Output | Type | Description |
---|---|---|
Noise | Float | The noise value at the coordinate you specify. |
Derivatives | Float Vector2 Vector3 |
The rate of change of the noise for every dimension. The Type changes to match the number of Dimensions. |