mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Use VMobject.set_shade_in_3d in ThreeDAxes
This commit is contained in:
parent
34b8326c7a
commit
ce05b01598
1 changed files with 1 additions and 2 deletions
|
@ -144,8 +144,7 @@ class ThreeDAxes(Axes):
|
|||
)
|
||||
axis.add(axis.pieces)
|
||||
axis.main_line.set_stroke(width=0, family=False)
|
||||
for submob in axis.family_members_with_points():
|
||||
submob.shade_in_3d = True
|
||||
axis.set_shade_in_3d(True)
|
||||
|
||||
def set_axis_shading(self):
|
||||
def make_func(axis):
|
||||
|
|
Loading…
Add table
Reference in a new issue