mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:23:39 +02:00
preparing for PR, back to the default background mode SKy_DOME
This commit is contained in:
parent
c86a8b3944
commit
fe3b5d1867
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ public:
|
||||||
const SkyboxPointer& getSkybox() const { valid(); return _skybox; }
|
const SkyboxPointer& getSkybox() const { valid(); return _skybox; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
BackgroundMode _backgroundMode = SKY_BOX;
|
BackgroundMode _backgroundMode = SKY_DOME;
|
||||||
|
|
||||||
LightPointer _sunLight;
|
LightPointer _sunLight;
|
||||||
AtmospherePointer _atmosphere;
|
AtmospherePointer _atmosphere;
|
||||||
|
|
Loading…
Reference in a new issue