SpotCone

data class SpotCone(val innerAngle: Float = 0.5f, val outerAngle: Float = 0.6f)

Spot / focused-spot cone angles (half-angles in radians). innerAngle must be ≤ outerAngle.

Constructors

Link copied to clipboard
constructor(innerAngle: Float = 0.5f, outerAngle: Float = 0.6f)

Properties

Link copied to clipboard
Link copied to clipboard