Josh Fry
Assignment 2: Regular Patterns
Goofy Rock Out Shader:
1:
2:
3:
1: "metalness" [6] "groovyness" [.2] "therock" [.5]
2: "metalness" [1] "groovyness" [.1] "therock" [1]
3: "metalness" [1] "groovyness" [1] "therock" [0] (way too groovy)
Polar Rings:
1:
2:
3:
1: "background" [0 0 0] "foreringshue" [0.4] "awesome" [.5]
2: "background" [.1 .1 .1] "foreringshue" [0.6] "awesome" [1]
3: "background" [0 0 0] "foreringshue" [0] "awesome" [0]
In the For Loops of Madness:
1:
2:
3:
4:
5:
6:
1: "svst" [0] "pluswidth" [0] "shifty" [75] "background" [0 0 0] "increment" [0.005]
2: "svst" [1] "pluswidth" [0] "shifty" [75] "background" [0 0 0] "increment" [0.005]
3: "svst" [1] "pluswidth" [.05] "shifty" [200] "background" [0 0 0] "increment" [0.0005]
4: "svst" [1] "pluswidth" [.05] "shifty" [-20] "background" [0 0 0] "increment" [0.0005]
5: "svst" [1] "pluswidth" [0] "shifty" [2000] "background" [0 0 0] "increment" [0.0005]
6: "svst" [1] "pluswidth" [.2] "shifty" [55] "background" [0 0 0] "increment" [0.005]