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; }
Public Property AttenuationType As AttenuationType
Get
Set
public:
property AttenuationType AttenuationType {
AttenuationType get ();
void set (AttenuationType value);
}
member AttenuationType : AttenuationType with get, set
Property Value
AttenuationType
See Also