4

I need to change this: enter image description here to this: picture

The twirled tunnel was sophistically crafted from multiple properties, now I need to apply a unique coloured marshmallow material to each current (will reduce to 5 currents)

File download:

jjk
  • 980
  • 4
  • 18
  • 1
    This might answer the question. https://blender.stackexchange.com/questions/200469/randomized-color-with-array-modifier Instead of setting a UV offset of 1, set a very low amount so each subsequent array item gets a different color after the White Noise node – Gorgious Feb 19 '21 at 13:09

1 Answers1

7

You can use a ColorRamp to create the pattern.

The Modulo and Divide nodes control the number of Color segments (5 in this example).

Note: You can only use up to 10 segments (you're limited by the Array modifier).

enter image description here

jachym michal
  • 31,744
  • 5
  • 55
  • 115