# Examples from pyvista.Renderer.enable_eye_dome_lighting
# =======================================================

import pyvista as pv
pl = pv.Plotter()
_ = pl.enable_eye_dome_lighting()

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

