directionalLight property

DirectionalLight? directionalLight
getter/setter pair

Optional analytic directional light (e.g. a sun) layered on top of the image-based lighting. Null (the default) means IBL only.

Implementation

DirectionalLight? directionalLight;