mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Finished recursive solution to constrained Hanoi
This commit is contained in:
@ -4,7 +4,8 @@ import numpy as np
|
||||
DEFAULT_HEIGHT = 1080
|
||||
DEFAULT_WIDTH = 1920
|
||||
|
||||
DEFAULT_FRAME_DURATION = 0.04
|
||||
LOW_QUALITY_FRAME_DURATION = 1./20
|
||||
MEDIUM_QUALITY_FRAME_DURATION = 1./30
|
||||
PRODUCTION_QUALITY_FRAME_DURATION = 1./60
|
||||
|
||||
#There might be other configuration than pixel_shape later...
|
||||
|
Reference in New Issue
Block a user