
    [6gm                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )LightingValidatorlightingconec           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strLighting	data_docsaj  
            ambient
                Ambient light increases overall color
                visibility but can wash out the image.
            diffuse
                Represents the extent that incident rays are
                reflected in a range of angles.
            facenormalsepsilon
                Epsilon for face normals calculation avoids
                math issues arising from degenerate geometry.
            fresnel
                Represents the reflectance as a dependency of
                the viewing angle; e.g. paper is reflective
                when viewing it from the edge of the paper
                (almost 90 degrees), causing shine.
            roughness
                Alters specular reflection; the rougher the
                surface, the wider and less contrasty the
                shine.
            specular
                Represents the level that incident rays are
                reflected in a single direction, causing shine.
            vertexnormalsepsilon
                Epsilon for vertex normals calculation avoids
                math issues arising from degenerate geometry.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       _/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/cone/_lighting.pyr   zLightingValidator.__init__   sv    /&&/ "	
##!::&6
CCjj 	"	
 "	
B C"	
 "	
 "	
 "	
 "	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        #
 #
 #
 #
 #
 #
 #
 #
 #
 #
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      sK    # # # #$
 $
 $
 $
 $
4F $
 $
 $
 $
 $
r   