Merge branch 'master' into feature/skybrowser

This commit is contained in:
Emma Broman
2022-05-02 10:09:06 +02:00
27 changed files with 1234 additions and 1690 deletions
@@ -25,7 +25,11 @@ local object = {
ScaleFactor = 540.9,
FadeInDistances = { 1000.0, 10000.0 }, -- Fade in value in the same unit as "Unit"
BillboardMinMaxSize = { 0.0, 11.1 },
EnablePixelSizeControl = true
EnablePixelSizeControl = true,
ColorMap = speck .. "viridis.cmap",
ColorOption = { "redshift", "Tlookback", "distMpc" },
ColorRange = { { 0.102, 7.085 }, { 1.4, 13.0 }, { 440.5, 8852.099609 } },
UseColorMap = false
},
GUI = {
Name = "Quasars",
+1 -1
View File
@@ -3,7 +3,7 @@ local propertyHelper = asset.require("./property_helper")
local toggle_native_ui = {
Identifier = "os_default.toggle_native_ui",
Name = "Show Native GUI",
Command = propertyHelper.invert("Modules.ImGUI.Main.Enabled"),
Command = propertyHelper.invert("Modules.ImGUI.Enabled"),
Documentation = "Shows or hides the native UI",
GuiPath = "/Native GUI",
IsLocal = true,