LightAttenuationAttenuationType Property

Property that represents attenuation types for lights. This property can be one of the following: Name Value Description None 0 No attenuation is used. InverseLinear 1 Light intensity equals the inverse of the linear distance from the light source. InverseSquare 2 Light intensity equals the inverse of the square distance from the light source. This type of attenuation is the most physically accurate.

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public AttenuationType AttenuationType { get; set; }

Property Value

AttenuationType
See Also

©  Bricsys NV. All rights reserved.