Skip to content

Commit

Permalink
FIX: shading
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 19, 2023
1 parent acee60e commit 769dc7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mne/viz/_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -3460,7 +3460,6 @@ def plot_sparse_source_estimates(
color=brain_color,
opacity=opacity,
backface_culling=True,
shading=True,
normals=normals,
**kwargs,
)
Expand Down
1 change: 0 additions & 1 deletion mne/viz/backends/_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def mesh(
triangles,
color,
opacity=1.0,
shading=False,
backface_culling=False,
scalars=None,
colormap=None,
Expand Down

0 comments on commit 769dc7c

Please sign in to comment.