Small cleanup fixes

This commit is contained in:
Alexander Bock
2019-05-20 18:01:24 -06:00
parent 16cc0402d8
commit cc69ef5cdd
2 changed files with 8 additions and 8 deletions

View File

@@ -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;

View File

@@ -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 = { }
}