mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 19:50:03 -06:00
Small cleanup fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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 = { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user