mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 02:37:12 +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() :
|
||||
_sunLight(std::make_shared<Light>()),
|
||||
_skybox(std::make_shared<Skybox>()),
|
||||
_haze(std::make_shared<Haze>())
|
||||
_skybox(std::make_shared<Skybox>())
|
||||
{
|
||||
_sunLight->setType(Light::SUN);
|
||||
// Default ambient sphere (for lack of skybox)
|
||||
|
|
|
@ -228,7 +228,6 @@ protected:
|
|||
|
||||
LightPointer _sunLight;
|
||||
mutable SkyboxPointer _skybox;
|
||||
mutable HazePointer _haze;
|
||||
|
||||
float _dayTime = 12.0f;
|
||||
int _yearTime = 0;
|
||||
|
|
Loading…
Reference in a new issue