Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / LightSettings Class
Properties Methods


In This Topic
    LightSettings Class Members
    In This Topic

    The following tables list the members exposed by LightSettings.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Sets specular color to Black and active to false.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the light status.  
    Public PropertyGets or sets the light color.  
    Public Property Gets or sets the constant attenuation (point and spot lights only).  
    Public PropertyGets or sets the light direction.  
    Public Property Gets or sets the linear attenuation (point and spot lights only).  
    Public Property Gets or sets the position of the spot or point light.  
    Public Property Gets or sets the quadratic attenuation (point and spot lights only).  
    Public PropertyGets or sets the light specular color.  
    Public Property Gets or sets the exponent that determines how the light is focused inside the spot light cone (range [0, 128]).  
    Public Property Gets or sets the half angle of the spot light cone in radians (range [0, PI/2]).  
    Public PropertyGets or sets the light behavior. Set false to mimic the Sun.  
    Public Property Gets or sets the light type.  
    Public Property When true the light yields realistic shadows (Only one shadow is supported).  
    Top
    Public Methods
     NameDescription
    Public Method Gets the light direction.  
    Public Method  
    Top
    See Also