mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Change default skybox ambient intensity from 3.5 to 2.0
This commit is contained in:
parent
6854f9fda4
commit
8ee3f680c9
1 changed files with 1 additions and 1 deletions
|
@ -4252,7 +4252,7 @@ namespace render {
|
|||
if (Menu::getInstance()->isOptionChecked(MenuOption::DefaultSkybox)) {
|
||||
static const glm::vec3 DEFAULT_SKYBOX_COLOR { 255.0f / 255.0f, 220.0f / 255.0f, 194.0f / 255.0f };
|
||||
static const float DEFAULT_SKYBOX_INTENSITY { 0.2f };
|
||||
static const float DEFAULT_SKYBOX_AMBIENT_INTENSITY { 3.5f };
|
||||
static const float DEFAULT_SKYBOX_AMBIENT_INTENSITY { 2.0f };
|
||||
static const glm::vec3 DEFAULT_SKYBOX_DIRECTION { 0.0f, 0.0f, -1.0f };
|
||||
|
||||
auto scene = DependencyManager::get<SceneScriptingInterface>()->getStage();
|
||||
|
|
Loading…
Reference in a new issue