Skip to main content
PeLmEsHkO
Participant
March 30, 2026
Answered

Parameters and function

  • March 30, 2026
  • 1 reply
  • 38 views

Hello readers, I have two nodes with two values. The perlin noise scale is tied to the strips, but I need the perlin scale to be 4 times smaller than the value number strips. I also tried multiplication and float=0.25, but nothing changed.

 

    Correct answer davescm

    If I have read your problem correctly, then you just need to set the perlin noise scale function to divide the stripes value. Note, it will only change every fourth step of your ‘stripe’ value due to the requirement for an integer value to be output.
     



    Dave 

    1 reply

    davescm
    Community Expert
    davescmCommunity ExpertCorrect answer
    Community Expert
    March 31, 2026

    If I have read your problem correctly, then you just need to set the perlin noise scale function to divide the stripes value. Note, it will only change every fourth step of your ‘stripe’ value due to the requirement for an integer value to be output.
     



    Dave