mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
frame_duration -> frame_rate
This commit is contained in:
parent
5e63b5743d
commit
593dd38b45
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Camera(object):
|
||||||
"background_image": None,
|
"background_image": None,
|
||||||
"pixel_height": DEFAULT_PIXEL_HEIGHT,
|
"pixel_height": DEFAULT_PIXEL_HEIGHT,
|
||||||
"pixel_width": DEFAULT_PIXEL_WIDTH,
|
"pixel_width": DEFAULT_PIXEL_WIDTH,
|
||||||
"frame_duration": DEFAULT_FRAME_DURATION,
|
"frame_rate": DEFAULT_FRAME_RATE,
|
||||||
# Note: frame height and width will be resized to match
|
# Note: frame height and width will be resized to match
|
||||||
# the pixel aspect ratio
|
# the pixel aspect ratio
|
||||||
"frame_height": FRAME_HEIGHT,
|
"frame_height": FRAME_HEIGHT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue