mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Moving thing files around after TOP project
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import os
|
||||
import numpy as np
|
||||
|
||||
DEFAULT_HEIGHT = 1440
|
||||
DEFAULT_WIDTH = 2560
|
||||
DEFAULT_HEIGHT = 1080
|
||||
DEFAULT_WIDTH = 1920
|
||||
DEFAULT_FRAME_DURATION = 0.04
|
||||
|
||||
#There might be other configuration than pixel_shape later...
|
||||
@ -15,7 +15,7 @@ MEDIUM_QUALITY_CAMERA_CONFIG = {
|
||||
}
|
||||
|
||||
LOW_QUALITY_CAMERA_CONFIG = {
|
||||
"pixel_shape" : (576, 1024),
|
||||
"pixel_shape" : (480, 720),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user