mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Change default focal distance as positioning function changes
This commit is contained in:
parent
cb87912203
commit
f47f848236
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class CameraFrame(Mobject):
|
|||
"center_point": ORIGIN,
|
||||
# Theta, phi, gamma
|
||||
"euler_angles": [0, 0, 0],
|
||||
"focal_distance": 4,
|
||||
"focal_distance": 15,
|
||||
}
|
||||
|
||||
def init_points(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue