DirectionalLight module

class DirectionalLight.DirectionalLight(color: Vector.Vector, strength: float, direction: Vector.Vector)

Bases: Light.Light

A light similar to the sun that is defined only by an incoming direction.