3b1b-manim/manimlib/scene/three_d_scene.py

21 lines
494 B
Python
Raw Normal View History

from manimlib.scene.scene import Scene
class ThreeDScene(Scene):
camera_config = dict(samples=4)
2018-12-26 22:27:11 -08:00
def begin_ambient_camera_rotation(self, rate=0.02):
pass # TODO
def stop_ambient_camera_rotation(self):
pass # TODO
def move_camera(self,
2018-08-15 17:30:24 -07:00
phi=None,
theta=None,
distance=None,
gamma=None,
frame_center=None,
**kwargs):
pass # TODO