mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:47:45 +00:00
Change default focal distance
This commit is contained in:
parent
7c4874bdad
commit
5584521fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class CameraFrame(Mobject):
|
|||
"center_point": ORIGIN,
|
||||
# Theta, phi, gamma
|
||||
"euler_angles": [0, 0, 0],
|
||||
"focal_distance": 3,
|
||||
"focal_distance": 4,
|
||||
}
|
||||
|
||||
def init_points(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue