pyvista.plotting.themes._LightingConfig.emissive#

property _LightingConfig.emissive: bool[source]#

Return or set if emissive is used with point Gaussian style.

Examples

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
True