Created
October 30, 2016 02:38
-
-
Save sleexyz/536bc2a7538f54741b594e95df8bb6c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE GADTs #-} | |
module Jam_2016_10_29 where | |
import Util | |
output = toProgram $ (bbF (texture2D channel2) uvN) | |
bbF x = x | |
& lmap (view norm) | |
& lmap (\x -> x + (rep 0.1 . rot (y_ x + time) $ x)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment