# Examples from pyvista.plotting.themes._LightingConfig.emissive
# ==============================================================

# Globally enable emissive lighting when using the point Gaussian style.
import pyvista as pv
pv.global_theme.lighting_params.emissive = True
pv.global_theme.lighting_params.emissive

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

