Change default focal distance

This commit is contained in:
Grant Sanderson 2020-06-09 17:59:03 -07:00
parent 7c4874bdad
commit 5584521fb0

View file

@ -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):