fog transparency fix
This commit is contained in:
parent
176f31d84a
commit
3936676f2c
@ -109,7 +109,7 @@ const updateScene = () => {
|
|||||||
const finalEffects = {...mapEffects,
|
const finalEffects = {...mapEffects,
|
||||||
light: timeBasedLight,
|
light: timeBasedLight,
|
||||||
rain: weatherState.value.rainPercentage,
|
rain: weatherState.value.rainPercentage,
|
||||||
fog: weatherState.value.fogDensity * 100 }
|
fog: weatherState.value.fogDensity }
|
||||||
console.log(finalEffects)
|
console.log(finalEffects)
|
||||||
applyEffects(finalEffects)
|
applyEffects(finalEffects)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user