cf_noise4¶
Category: noise
GitHub: cute_noise.h
Generates a random value given a 4D coordinate.
Parameters | Description |
---|---|
noise | The noise settings. |
x | Noise at this x-component. |
y | Noise at this y-component. |
z | Noise at this z-component. |
w | Noise at this w-component. |
Return Value¶
Returns a random value at the specified point.
Remarks¶
You're probably looking for image generation functions such as cf_noise_pixels or cf_noise_fbm_pixels. This function is fairly low-level and intended for those who know what they're doing.