mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 00:46:47 +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; }
|
||||
|
||||
protected:
|
||||
BackgroundMode _backgroundMode = SKY_BOX;
|
||||
BackgroundMode _backgroundMode = SKY_DOME;
|
||||
|
||||
LightPointer _sunLight;
|
||||
AtmospherePointer _atmosphere;
|
||||
|
|
Loading…
Reference in a new issue