Finished cube animation for eoc/chapter3

This commit is contained in:
Grant Sanderson
2017-01-27 13:23:17 -08:00
parent 55a9819ac3
commit b097620389
7 changed files with 151 additions and 38 deletions

View File

@ -587,6 +587,11 @@ class QuadraticKoch(LindenmayerCurve):
}
class QuadraticKochIsland(QuadraticKoch):
CONFIG = {
"axiom" : "A+A+A+A"
}
class StellarCurve(LindenmayerCurve):
CONFIG = {
"start_color" : RED,