mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Whoa boy, I've gotta get better about my commits...
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import os
|
||||
import numpy as np
|
||||
|
||||
DEFAULT_HEIGHT = 1080
|
||||
DEFAULT_WIDTH = 1920
|
||||
DEFAULT_HEIGHT = 1080*2
|
||||
DEFAULT_WIDTH = 1920*2
|
||||
DEFAULT_FRAME_DURATION = 0.04
|
||||
|
||||
#There might be other configuration than pixel_shape later...
|
||||
|
Reference in New Issue
Block a user