Format arguments for resolveWorldBackgroundSkyColorState call
This commit is contained in:
@@ -2952,7 +2952,10 @@ export class RuntimeHost {
|
|||||||
);
|
);
|
||||||
syncDistanceFogSkyColorSource(
|
syncDistanceFogSkyColorSource(
|
||||||
this.distanceFogSkyColorSource,
|
this.distanceFogSkyColorSource,
|
||||||
resolveWorldBackgroundSkyColorState(resolvedWorld.background, shaderSkyState)
|
resolveWorldBackgroundSkyColorState(
|
||||||
|
resolvedWorld.background,
|
||||||
|
shaderSkyState
|
||||||
|
)
|
||||||
);
|
);
|
||||||
const godRaysLightInput =
|
const godRaysLightInput =
|
||||||
shaderSkyState !== null
|
shaderSkyState !== null
|
||||||
|
|||||||
Reference in New Issue
Block a user