Click or drag to resize
Ab4d.SharpEngine logo

ISpotLight Methods

The ISpotLight type exposes the following members.

Methods
 NameDescription
Public methodGetSpotLightPhi Returns the Cos value of the OuterConeAngle that is calculated by: phi = Math.Cos(OuterConeAngle * Math.PI / 180).
Public methodGetSpotLightTheta Returns the Cos value of the InnerConeAngle that is calculated by: theta = Math.Cos(InnerConeAngle * Math.PI / 180).
Top
See Also