mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Don't rotate Laptop into place
This commit is contained in:
parent
57deab6617
commit
f2d71e6521
1 changed files with 0 additions and 2 deletions
|
@ -251,8 +251,6 @@ class Laptop(VGroup):
|
|||
self.axis = axis
|
||||
|
||||
self.add(body, screen_plate, axis)
|
||||
self.rotate(5 * np.pi / 12, LEFT, about_point=ORIGIN)
|
||||
self.rotate(np.pi / 6, DOWN, about_point=ORIGIN)
|
||||
|
||||
|
||||
class VideoIcon(SVGMobject):
|
||||
|
|
Loading…
Add table
Reference in a new issue