pyvista.Plotter.disable_shadows#

Plotter.disable_shadows()[source]#

Disable shadows.

Examples

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.disable_shadows()
../../../_images/pyvista-Plotter-disable_shadows-1_00_00.png