Skip to content

Instantly share code, notes, and snippets.

@lincomatic
lincomatic / crosswipe
Created July 14, 2016 15:03 — forked from StefanPetrick/crosswipe
cross wipe
// the animation itself
// basically just moves the noise in 2 dimensions
// and oscillates the border for the mapping methods
void CrossNoise2() {
currentPalette = RainbowStripeColors_p;
noisesmoothing = 20;
y[0] += 100;