Multimap multi-pattern - it's alive!

So there is no connection between your map and your pattern, and v is decided in the pattern…

Easy fix though… Copy the code that decides what v is into your map. For example

wave(time(.0008)) in Violet… So check that to see how bright it is…

  function inmap4(index, x, y) {
  v = clamp((wave((y/-0.1) - t1 + 0.5) -.5) * .5, 0, 1)
  if (x < 1 && y > .00) {
    isInMap = true;
     
  }
  
  if (v <0.02){
      isInMap = false;
    }

not the effect im looking to achieve but it is turning the map on and off… kinda creating an interesting pattern…effect…i should upload some video of this thing im playing with… :relaxed: :smiley: