mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Always recompute unit normals on rotate
This commit is contained in:
parent
55a798676a
commit
22a6b47ec9
1 changed files with 2 additions and 1 deletions
|
@ -1239,7 +1239,8 @@ class VMobject(Mobject):
|
|||
about_point,
|
||||
**kwargs
|
||||
)
|
||||
self.data["base_normal"][1::2] = np.dot(self.data["base_normal"][1::2], rot_matrix_T)
|
||||
for mob in self.get_family():
|
||||
mob.get_unit_normal(refresh=True)
|
||||
return self
|
||||
|
||||
def set_animating_status(self, is_animating: bool, recurse: bool = True):
|
||||
|
|
Loading…
Add table
Reference in a new issue