Plotter.enable_eye_dome_lighting#
- Plotter.enable_eye_dome_lighting() None[source]#
Enable eye dome lighting (EDL).
- Returns:
- vtkOpenGLRenderer
VTK renderer with eye dome lighting pass.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> _ = pl.enable_eye_dome_lighting()