Customizing Lighting Setups > <lightscenes> Element > <light> Element > <angle> Element
  
<angle> Element
The <angle> element is a child element of <light> for spot lights only. It specifies the cutoff angle in positive degrees from 0.00 to 180.00 as Float. The cutoff angle is the angle between the axis of the light cone and a ray along the edge of the cone.
<angle> Syntax
<angle>degValue</angle>
<angle> Example
This example shows an <angle> element with a cutoff angle of 10 degrees.
<angle>10.00</angle>