Tesla Graphics Engine Documentation (January 2012)
Linear Property
TeslaTesla.GraphicsLightLinear
Gets or sets the attenuation linear value, which is part of this formula: 1 / (C + L*d + Q*d*d) Where C,L, and Q are the attenuation values and d is the distance from the light source to the part of the object being lit. Default: 0.0f
Declaration Syntax
C#
public float Linear { get; set; }

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)