mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Renamed DEFAULT_HEIGHT to DEFAULT_PIXEL_HEIGHT
This commit is contained in:
@ -16,7 +16,7 @@ import time
|
||||
class Camera(object):
|
||||
CONFIG = {
|
||||
"background_image" : None,
|
||||
"pixel_shape" : (DEFAULT_HEIGHT, DEFAULT_WIDTH),
|
||||
"pixel_shape" : (DEFAULT_PIXEL_HEIGHT, DEFAULT_PIXEL_WIDTH),
|
||||
# Note: frame_shape will be resized to match pixel_shape
|
||||
"frame_shape" : (FRAME_HEIGHT, FRAME_WIDTH),
|
||||
"space_center" : ORIGIN,
|
||||
|
Reference in New Issue
Block a user