Created
September 23, 2016 02:19
-
-
Save radamant/551b7055e11b75bcfd913847999f0332 to your computer and use it in GitHub Desktop.
This file contains 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
CF::Background = [h 120 b -0.8 sat 0] | |
startshape force[sat 0 b 1] | |
shape force { | |
loop 3 [r 120] { | |
tritri[y (0.58 * 2)] | |
} | |
} | |
shape tritri { | |
loop 3 [r 120 sat 0 h 20]{ | |
// CIRCLE[y 2] | |
TRIANGLE[y 0.58] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment