Click or drag to resize
AB4D logo

PointLightAttenuation Property

Gets or sets a Vector3 that specifies the parameters for the quadratic light function - the Vector3 components are: constant, linear and quadratic parameter. Default value is (1, 0, 0)

Namespace: Ab3d.DirectX.Lights
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Vector3 Attenuation { get; set; }

Property Value

Vector3

Implements

IPointLightAttenuation
See Also