2023 Constructor
Changes 0
C

SpotLightDistribution(Double, Double, Double)

Description:
Creates a spot light distribution object with the given values.
Overloads (3):
SpotLightDistribution(Double,Double,Double)
public SpotLightDistribution(
	double spotBeamAngle,
	double spotFieldAngle,
	double tiltAngle
)
  • Double
    spotBeamAngle
    The spot beam angle as a numerical value in radians between 0 and (8/9)*PI.
  • Double
    spotFieldAngle
    The spot field angle as a numerical value in radians between 0 and (8/9)*PI.
  • Double
    tiltAngle
    The tilt angle as a numerical value in radians between -PI and PI.