Type Alias SceneSettings

SceneSettings: {
    backGroundBlur: number;
    backgroundColor: RGBA;
    hdrBackgroundSaturation: number;
    hdrBackgroundScale: number;
    hdrScale: number;
    toneMappingWhitePoint: number;
}