mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:10:15 +02:00
Removed (unused) _haze.
This commit is contained in:
parent
48fb7522c0
commit
93bc3bec52
2 changed files with 1 additions and 3 deletions
|
@ -139,8 +139,7 @@ const float NUM_HOURS_PER_HALF_DAY = NUM_HOURS_PER_DAY * 0.5f;
|
||||||
|
|
||||||
SunSkyStage::SunSkyStage() :
|
SunSkyStage::SunSkyStage() :
|
||||||
_sunLight(std::make_shared<Light>()),
|
_sunLight(std::make_shared<Light>()),
|
||||||
_skybox(std::make_shared<Skybox>()),
|
_skybox(std::make_shared<Skybox>())
|
||||||
_haze(std::make_shared<Haze>())
|
|
||||||
{
|
{
|
||||||
_sunLight->setType(Light::SUN);
|
_sunLight->setType(Light::SUN);
|
||||||
// Default ambient sphere (for lack of skybox)
|
// Default ambient sphere (for lack of skybox)
|
||||||
|
|
|
@ -228,7 +228,6 @@ protected:
|
||||||
|
|
||||||
LightPointer _sunLight;
|
LightPointer _sunLight;
|
||||||
mutable SkyboxPointer _skybox;
|
mutable SkyboxPointer _skybox;
|
||||||
mutable HazePointer _haze;
|
|
||||||
|
|
||||||
float _dayTime = 12.0f;
|
float _dayTime = 12.0f;
|
||||||
int _yearTime = 0;
|
int _yearTime = 0;
|
||||||
|
|
Loading…
Reference in a new issue