Type alias PointLightProps

PointLightProps: {
    position?: Vec3;
} & CommonLightProps

Type declaration

  • Optional position?: Vec3