# Examples from pyvista.Light.shadow_attenuation
# ==============================================

# Set the shadow attenuation to 0.5
import pyvista as pv
light = pv.Light()
light.shadow_attenuation = 0.5
light.shadow_attenuation

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

