mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Change default on VMobject to no depth test
This commit is contained in:
parent
6f8ea7433d
commit
3e64111952
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class VMobject(Mobject):
|
|||
fill_border_width: float = 0.5,
|
||||
recurse: bool = True
|
||||
) -> Self:
|
||||
super().apply_depth_test(recurse)
|
||||
super().deactivate_depth_test(recurse)
|
||||
self.set_anti_alias_width(anti_alias_width)
|
||||
self.set_fill(border_width=fill_border_width)
|
||||
return self
|
||||
|
|
Loading…
Add table
Reference in a new issue