Skip to content

Instantly share code, notes, and snippets.

@TheWispy
Last active August 26, 2018 22:20
Show Gist options
  • Save TheWispy/e838729eb56be18ea922870e3d43d03f to your computer and use it in GitHub Desktop.
Save TheWispy/e838729eb56be18ea922870e3d43d03f to your computer and use it in GitHub Desktop.
Noisy rainbow tunnel hydra patch
// Poisoned Perlin by Will Humphreys
// @wispeh_
osc(2,1,2).diff(o0, 0.14).rotate(0.01).scale(0.99).posterize(10,2)
//.kaleid(2)
.add(noise(2,1).rotate(0.1,0.1), 0.2)
.shift(0, 0, 0)
.out(o0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment