mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
* Fixed GUI labeling of Uranus label
* Fixed spelling error in CTX blended label on Mars * Removed now-unused debug layers on RenderableGlobes
This commit is contained in:
@@ -117,8 +117,8 @@ local color_layers = {
|
||||
BlendMode = "Color"
|
||||
},
|
||||
{
|
||||
Identifier = "CTX_belended_01",
|
||||
Name = "CTX Belended beta01",
|
||||
Identifier = "CTX_blended_01",
|
||||
Name = "CTX Blended beta01",
|
||||
FilePath = mapServiceConfigs .. "/ESRI/CTX/CTXblended.vrt",
|
||||
BlendMode = "Color",
|
||||
Settings = {
|
||||
|
||||
@@ -58,7 +58,7 @@ local UranusLabel = {
|
||||
},
|
||||
Tag = { "solarsystem_labels" },
|
||||
GUI = {
|
||||
Name = "Neptune Label",
|
||||
Name = "Uranus Label",
|
||||
Path = "/Solar System/Planets/Uranus"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -577,10 +577,10 @@ RenderableGlobe::RenderableGlobe(const ghoul::Dictionary& dictionary)
|
||||
addProperty(_generalProperties.nActiveLayers);
|
||||
|
||||
_debugPropertyOwner.addProperty(_debugProperties.showChunkEdges);
|
||||
_debugPropertyOwner.addProperty(_debugProperties.showChunkBounds);
|
||||
_debugPropertyOwner.addProperty(_debugProperties.showChunkAABB);
|
||||
_debugPropertyOwner.addProperty(_debugProperties.showHeightResolution);
|
||||
_debugPropertyOwner.addProperty(_debugProperties.showHeightIntensities);
|
||||
//_debugPropertyOwner.addProperty(_debugProperties.showChunkBounds);
|
||||
//_debugPropertyOwner.addProperty(_debugProperties.showChunkAABB);
|
||||
//_debugPropertyOwner.addProperty(_debugProperties.showHeightResolution);
|
||||
//_debugPropertyOwner.addProperty(_debugProperties.showHeightIntensities);
|
||||
_debugPropertyOwner.addProperty(_debugProperties.levelByProjectedAreaElseDistance);
|
||||
_debugPropertyOwner.addProperty(_debugProperties.resetTileProviders);
|
||||
_debugPropertyOwner.addProperty(_debugProperties.modelSpaceRenderingCutoffLevel);
|
||||
|
||||
Reference in New Issue
Block a user