Skip to content

Commit

Permalink
Add ThreeDScene and rewrite Camera internals
Browse files Browse the repository at this point in the history
  • Loading branch information
chopan050 committed Dec 15, 2024
1 parent d984976 commit 8b90f4d
Show file tree
Hide file tree
Showing 6 changed files with 648 additions and 411 deletions.
2 changes: 2 additions & 0 deletions manim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
from manim.mobject.mobject import *
from manim.mobject.opengl.dot_cloud import *
from manim.mobject.opengl.opengl_point_cloud_mobject import *
from manim.mobject.opengl.opengl_vectorized_mobject import *
from manim.mobject.svg.brace import *
from manim.mobject.svg.svg_mobject import *
from manim.mobject.table import *
Expand All @@ -73,6 +74,7 @@
from manim.mobject.vector_field import *
from manim.scene.scene import *
from manim.scene.sections import *
from manim.scene.three_d_scene import *
from manim.scene.vector_space_scene import *
from manim.utils import color, rate_functions, unit
from manim.utils.bezier import *
Expand Down
Loading

0 comments on commit 8b90f4d

Please sign in to comment.