Change default focal distance as positioning function changes

This commit is contained in:
Grant Sanderson 2021-01-08 22:28:13 -08:00
parent cb87912203
commit f47f848236

View file

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