_LightingConfig.emissive#
- property _LightingConfig.emissive: bool[source]#
Return or set if emissive is used with point Gaussian style.
Examples#
Download Python source code | Download Jupyter notebook
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