Add environmentIntensity to WorldImageBackgroundSettings

This commit is contained in:
2026-03-31 23:13:12 +02:00
parent 4eed9c40a4
commit cbd5917dd4

View File

@@ -16,6 +16,7 @@ export interface WorldVerticalGradientBackgroundSettings {
export interface WorldImageBackgroundSettings {
mode: "image";
assetId: string;
environmentIntensity: number;
}
export type WorldBackgroundSettings =