This field represents the angle in degrees of the spot cone measured from its axis (spot direction) Its values are between 0 and 90 degrees If SpotCutOff is 180, SpotDirection is not worth

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public float SpotCutOff { get; set; }
Visual Basic (Declaration)
Public Property SpotCutOff As Single
Visual C++
public:
property float SpotCutOff {
	float get ();
	void set (float value);
}

See Also