Type alias DirectionalLightProps

DirectionalLightProps: {
    direction?: Vec3;
} & CommonLightProps

Type declaration

  • Optional direction?: Vec3