mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Refresh unit normal when reversing points
This commit is contained in:
parent
8f3ff91165
commit
5930e6a176
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ class Mobject(object):
|
|||
for mob in self.get_family():
|
||||
for key in mob.data:
|
||||
mob.data[key] = mob.data[key][::-1]
|
||||
self.refresh_unit_normal()
|
||||
return self
|
||||
|
||||
def apply_points_function(self, func, about_point=None, about_edge=ORIGIN, works_on_bounding_box=False):
|
||||
|
|
Loading…
Add table
Reference in a new issue