Cube rotations, intro scenes and more

This commit is contained in:
Grant Sanderson 2018-08-30 14:25:30 -07:00
parent acf23a5e9d
commit a102cc2cea

View file

@ -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)