Light animation support (#509)

This commit is contained in:
Turánszki János
2022-08-14 22:46:54 +02:00
committed by GitHub
parent 5345e4ba4f
commit bebe54efc6
14 changed files with 392 additions and 70 deletions
+2 -2
View File
@@ -772,8 +772,8 @@ void WeatherWindow::Update()
{
scene.weather = {};
scene.weather.SetSimpleSky(true);
scene.weather.zenith = XMFLOAT3(1, 1, 1);
scene.weather.horizon = wi::Color(20, 20, 20);
scene.weather.zenith = default_sky_zenith;
scene.weather.horizon = default_sky_horizon;
}
}