mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
reworked ShowVariousFilterPairs in bells
This commit is contained in:
@ -152,6 +152,9 @@ class ThreeDScene(Scene):
|
||||
)
|
||||
self.add(self.ambient_camera_rotation)
|
||||
|
||||
def stop_ambient_camera_rotation(self):
|
||||
self.remove(self.ambient_camera_rotation)
|
||||
|
||||
def move_camera(
|
||||
self,
|
||||
phi = None, theta = None, distance = None,
|
||||
|
Reference in New Issue
Block a user