Spot | |
The SpotLight type exposes the following members.
| Name | Description | |
|---|---|---|
| GetNormalizedDirection | Returns the Direction vector normalized to unit length. | |
| GetSpotLightPhi | Returns the Cos value of half of OuterConeAngle. This value is calculated by: phi = MathF.Cos(OuterConeAngle * MathF.PI / 360f). | |
| GetSpotLightTheta | Returns the Cos value of half of InnerConeAngle. This value is calculated by: theta = MathF.Cos(InnerConeAngle * MathF.PI / 360f). | |
| ToString |
Returns a string that represents the current object.
(Overrides PointLightToString) |