mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 22:38:37 +00:00
Slowed down default ambient rotation rate
This commit is contained in:
parent
f163ba3bc6
commit
25ff8cf51d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class ThreeDScene(Scene):
|
|||
if gamma is not None:
|
||||
self.camera.set_gamma(gamma)
|
||||
|
||||
def begin_ambient_camera_rotation(self, rate=0.1):
|
||||
def begin_ambient_camera_rotation(self, rate=0.05):
|
||||
self.ambient_camera_rotation = ContinualGrowValue(
|
||||
self.camera.theta_tracker,
|
||||
rate=rate
|
||||
|
|
Loading…
Add table
Reference in a new issue