auto-git:
[change] src/runtime-three/runtime-project-time.ts
This commit is contained in:
@@ -711,7 +711,11 @@ function resolvePreferredDaylikeImageBackground(
|
||||
|
||||
return bestContribution === null
|
||||
? null
|
||||
: cloneWorldBackgroundSettings(bestContribution.background);
|
||||
: {
|
||||
mode: "image",
|
||||
assetId: bestContribution.background.assetId,
|
||||
environmentIntensity: bestContribution.background.environmentIntensity
|
||||
};
|
||||
}
|
||||
|
||||
function resolveTimeDrivenBackground(
|
||||
|
||||
Reference in New Issue
Block a user