mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Initial ZoomedScene
This commit is contained in:
@ -15,14 +15,14 @@ MEDIUM_QUALITY_DISPLAY_CONFIG = {
|
||||
}
|
||||
|
||||
LOW_QUALITY_DISPLAY_CONFIG = {
|
||||
"pixel_shape" : (480, 640),
|
||||
"pixel_shape" : (576, 1024),
|
||||
}
|
||||
|
||||
|
||||
DEFAULT_POINT_DENSITY_2D = 25
|
||||
DEFAULT_POINT_DENSITY_1D = 200
|
||||
|
||||
DEFAULT_POINT_THICKNESS = 6
|
||||
DEFAULT_POINT_THICKNESS = 3
|
||||
|
||||
#TODO, Make sure these are not needed
|
||||
SPACE_HEIGHT = 4.0
|
||||
|
Reference in New Issue
Block a user