From cc69ef5cdd0dd3e4ac9a3acfc2041e4bcc899ce7 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 20 May 2019 18:01:24 -0600 Subject: [PATCH] Small cleanup fixes --- modules/globebrowsing/src/renderableglobe.cpp | 2 +- openspace.cfg | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/globebrowsing/src/renderableglobe.cpp b/modules/globebrowsing/src/renderableglobe.cpp index e08f77eeaa..30732204f9 100644 --- a/modules/globebrowsing/src/renderableglobe.cpp +++ b/modules/globebrowsing/src/renderableglobe.cpp @@ -49,7 +49,7 @@ namespace { // Global flags to modify the RenderableGlobe - constexpr const bool LimitLevelByAvailableData = false; + constexpr const bool LimitLevelByAvailableData = true; constexpr const bool PerformFrustumCulling = true; constexpr const bool PreformHorizonCulling = true; diff --git a/openspace.cfg b/openspace.cfg index 7d8fb12c6d..7a85dde417 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -85,7 +85,7 @@ ModuleConfigurations = { Sync = { SynchronizationRoot = "${SYNC}", HttpSynchronizationRepositories = { - "data.openspaceproject.com/request" + "http://data.openspaceproject.com/request" } }, Server = { @@ -96,7 +96,7 @@ ModuleConfigurations = { Port = 4681, Enabled = true, DefaultAccess = "Deny", - AllowAddresses = {"127.0.0.1", "localhost"}, + AllowAddresses = { "127.0.0.1", "localhost" }, RequirePasswordAddresses = {}, Password = "" }, @@ -106,7 +106,7 @@ ModuleConfigurations = { Port = 4682, Enabled = true, DefaultAccess = "Deny", - AllowAddresses = {"127.0.0.1", "localhost"}, + AllowAddresses = { "127.0.0.1", "localhost" }, RequirePasswordAddresses = {}, Password = "" } @@ -176,9 +176,9 @@ ScreenshotUseDate = true -- DisableRenderingOnMaster = true -- DisableInGameConsole = true -GlobalRotation = {0.0, 0.0, 0.0} -MasterRotation = {0.0, 0.0, 0.0} -ScreenSpaceRotation = {0.0, 0.0, 0.0} +GlobalRotation = { 0.0, 0.0, 0.0 } +MasterRotation = { 0.0, 0.0, 0.0 } +ScreenSpaceRotation = { 0.0, 0.0, 0.0 } RenderingMethod = "Framebuffer" OpenGLDebugContext = { @@ -186,7 +186,7 @@ OpenGLDebugContext = { FilterIdentifier = { { Type = "Other", Source = "API", Identifier = 131185 }, { Type = "Performance", Source = "API", Identifier = 131186 }, --Buffer performance warning: "copied/moved from VIDEO memory to HOST memory" - { Type = "Deprecated", Source = "API", Identifier = 7} -- API_ID_LINE_WIDTH deprecated behavior warning has been generated + { Type = "Deprecated", Source = "API", Identifier = 7 } -- API_ID_LINE_WIDTH deprecated behavior warning has been generated }, -- FilterSeverity = { } }