pyvista.Renderer.disable_shadows#

Renderer.disable_shadows()[source]#

Disable shadows.

Examples

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