mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Finished cube animation for eoc/chapter3
This commit is contained in:
@ -587,6 +587,11 @@ class QuadraticKoch(LindenmayerCurve):
|
||||
}
|
||||
|
||||
|
||||
class QuadraticKochIsland(QuadraticKoch):
|
||||
CONFIG = {
|
||||
"axiom" : "A+A+A+A"
|
||||
}
|
||||
|
||||
class StellarCurve(LindenmayerCurve):
|
||||
CONFIG = {
|
||||
"start_color" : RED,
|
||||
|
Reference in New Issue
Block a user