Vulcan #9

Scroll
April 10, 2026
Download

Saw function with max.

var a = saw(x);
var b = saw(y);
pixel.value = Math.Max(a,b);

I should have pointed out earlier that the frac() and saw() functions simply repeat forever. As a consequence, these images repeat forever as well. Here I zoom out by a factor of two, so we end up with four times as many copies of the repeating pattern.