This method of the Direct3dRMLight Class sets the constant attenuation factor for a light.
public void setConstantAttenuation(float atn);
atn | The new attenuation factor. |
The constant attenuation value affects the light intensity inversely. For example, a constant attenuation value of 2 reduces the intensity of the light by half.