mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Refresh triangulation after reversing points
This commit is contained in:
@ -777,6 +777,7 @@ class VMobject(Mobject):
|
|||||||
def reverse_points(self):
|
def reverse_points(self):
|
||||||
super().reverse_points()
|
super().reverse_points()
|
||||||
self.refresh_unit_normal()
|
self.refresh_unit_normal()
|
||||||
|
self.refresh_triangulation()
|
||||||
return self
|
return self
|
||||||
|
|
||||||
# Alignment
|
# Alignment
|
||||||
|
Reference in New Issue
Block a user