type DirectionalLightProps = { position?: VectorLike, direction?: VectorLike, color?: ColorLike, intensity?: number, shadowMap?: ShadowMapLike, }
packages / workbench / src / light / directional-light.ts