# Examples from pyvista.Renderer.disable_eye_dome_lighting
# ========================================================

import pyvista as pv
pl = pv.Plotter()
pl.disable_eye_dome_lighting()

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

