mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
get ready for PR, SKY_DOME by default
This commit is contained in:
parent
1b5185abeb
commit
0fbccf1d33
1 changed files with 1 additions and 1 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