mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 12:00:05 -05:00
Merge branch 'master' into feature/skybrowser
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user