LocalLightDirection
CompositionLocal for providing the directional-light vector used to shade faces.
Each face's brightness is computed from the dot product of its normal and this direction vector. Override it to simulate different lighting setups (e.g. top-down illumination or dramatic side-lighting).
Defaults to SceneProjector.DEFAULT_LIGHT_DIRECTION.normalize() which produces classic top-right isometric lighting.