Reply To: Want to loop a Noise Texture? Here’s a way to do that.

Forum Archive Want to loop a Noise Texture? Here’s a way to do that. Reply To: Want to loop a Noise Texture? Here’s a way to do that.

#52680
spikeyxxx
Participant

    Here’s an improved version:

    By multiplying the Sine with a Noise Texture, we make sure that at the ‘loop turning point’, when the sine is 0, there is no noise added.

    A further benefit is, while we ‘noisify’ the sine wave, we destroy the up-down symmetry.

    And we reduced the number of nodes.