Plotter.disable_shadows#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.disable_shadows()
Used In#
Docstring Examples
Renderer.disable_shadows(1 use)
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.disable_shadows()
Docstring Examples
Renderer.disable_shadows (1 use)