SpotLight module

class SpotLight.SpotLight(color: Vector.Vector, strength: float, position: Point3D.Point3D, direction: Point3D.Point3D, fov: float, isCircular: bool)

Bases: Light.Light

A light with a position in space, a direction, and a field of view.