mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Cube rotations, intro scenes and more
This commit is contained in:
parent
acf23a5e9d
commit
a102cc2cea
1 changed files with 0 additions and 2 deletions
|
@ -5444,8 +5444,6 @@ class RubuiksCubeOperations(SpecialThreeDScene):
|
|||
self.begin_ambient_camera_rotation()
|
||||
cube = RubiksCube()
|
||||
cube.shift(2.5 * RIGHT)
|
||||
# for square in cube:
|
||||
# square.set_sheen(0.2, DOWN + LEFT + IN)
|
||||
cube2 = cube.copy()
|
||||
|
||||
self.add(cube)
|
||||
|
|
Loading…
Add table
Reference in a new issue