ISpot | |
public interface ISpotLight : IPointLight, ILight, IDirectionalLight
The ISpotLight type exposes the following members.
| Name | Description | |
|---|---|---|
| FallOff | Gets a fallout value that specifies how the light intensity attenuates between inner and outer cone. | |
| InnerConeAngle | Gets an inner cone angle in degrees. | |
| OuterConeAngle | Gets an outer cone angle in degrees. |
| Name | Description | |
|---|---|---|
| GetSpotLightPhi | Returns the Cos value of the OuterConeAngle that is calculated by: phi = Math.Cos(OuterConeAngle * Math.PI / 180). | |
| GetSpotLightTheta | Returns the Cos value of the InnerConeAngle that is calculated by: theta = Math.Cos(InnerConeAngle * Math.PI / 180). |