mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove make_jagged
This commit is contained in:
parent
4fbe67f262
commit
6e99da9def
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ class Cube(VGroup):
|
||||||
side_length=self.side_length,
|
side_length=self.side_length,
|
||||||
shade_in_3d=True,
|
shade_in_3d=True,
|
||||||
)
|
)
|
||||||
# face.make_jagged()
|
|
||||||
face.flip()
|
face.flip()
|
||||||
face.shift(self.side_length * OUT / 2.0)
|
face.shift(self.side_length * OUT / 2.0)
|
||||||
face.apply_matrix(z_to_vector(vect))
|
face.apply_matrix(z_to_vector(vect))
|
||||||
|
|
Loading…
Add table
Reference in a new issue