Add environmentIntensity to WorldImageBackgroundSettings
This commit is contained in:
@@ -16,6 +16,7 @@ export interface WorldVerticalGradientBackgroundSettings {
|
||||
export interface WorldImageBackgroundSettings {
|
||||
mode: "image";
|
||||
assetId: string;
|
||||
environmentIntensity: number;
|
||||
}
|
||||
|
||||
export type WorldBackgroundSettings =
|
||||
|
||||
Reference in New Issue
Block a user