1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-19 11:56:01 +08:00
Files
Godot-Shader-Lib/documentation/Nodes/Maths/Wave/NoiseSineWave.md
Digvijaysinh Gohil 7adea627e0 Wave nodes updated
2024-02-27 23:11:12 +05:30

612 B

Noise Sine Wave node

Returns the sine of the value of input in. For variance, psuedo-random noise is added to the amplitude of the sine wave, within a range determined by input min max.


Controls

Options Description
Vector1, Vector2, Vector3, Vector4 Vector type to use for calculation

Inputs

Name Type Binding Description
in Dynamic vector none Input value
min max vec2 none Minimum and Maximum values for noise intensity

Outputs

Name Type Binding Description
out Dynamic vector None Output value