ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class
Properties


In This Topic
    CADLight Class Members
    In This Topic

    The following tables list the members exposed by CADLight.

    Public Properties
     NameDescription
    Public PropertyThe attenuation model used by the light source. Controls the rate at which the luminosity decreases over distance. Attenuation only affects POINT and SPOTLIGHT type light sources.  
    Public PropertyThe blue component of the light's RGB color value.  
    Public PropertyDirection the light source faces in world-space (XYZ). Direction only affects DIRECTIONAL and SPOTLIGHT type light sources.  
    Public PropertyEnables or disables the light source.  
    Public PropertyEnable or disables generation and rendering of a shadowmap for this light source.  
    Public PropertyThe green component of the light's RGB color value.  
    Public PropertyThe inner angle of the light cone (in radians) on the range [0.0, 2.79253] (160 degrees). Inner cone angle only affects SPOTLIGHT type light sources.  
    Public PropertyIntensity of the light source on the range [0.0, 1.0]  
    Public PropertyName of the light source.  
    Public PropertyThe outer angle of the light cone (in radians) on the range [0.0, 2.79253] (160 degrees). Outer cone angle only affects SPOTLIGHT type light sources.  
    Public PropertyPosition of the light source in world-space (XYZ). Position only affects POINT and SPOTLIGHT type light sources.  
    Public PropertyThe red component of the light's RGB color value.  
    Public PropertySets the number of edge pixels used to blend the shadow into the image. Larger number of blend pixels results in a fuzzier shadow.  
    Public PropertyThe light source type.  
    Top
    See Also