mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 12:00:05 -05:00
launcher label and profile fixes
This commit is contained in:
@@ -19,6 +19,9 @@ QLabel#error-message {
|
||||
|
||||
LauncherWindow QLabel {
|
||||
font-family: Segoe UI;
|
||||
color: #ddd;
|
||||
font-size:10pt;
|
||||
font-weight:600;
|
||||
}
|
||||
|
||||
LauncherWindow QLabel#clear {
|
||||
|
||||
@@ -19,11 +19,13 @@ asset.require('scene/solarsystem/missions/voyagerpioneer/voyager1_2__pioneer10_1
|
||||
asset.require('scene/milkyway/milkyway/volume')
|
||||
asset.require('scene/milkyway/constellations/constellation_art')
|
||||
asset.require('scene/milkyway/constellations/constellation_keybinds')
|
||||
asset.require('util/launcher_images')
|
||||
|
||||
local assetHelper = asset.require('util/asset_helper')
|
||||
assetHelper.requireAll(asset, 'scene/milkyway/exoplanets')
|
||||
assetHelper.requireAll(asset, 'scene/digitaluniverse')
|
||||
|
||||
|
||||
asset.onInitialize(function ()
|
||||
openspace.globebrowsing.loadWMSServersFromFile(
|
||||
openspace.absPath("${DATA}/globebrowsing_servers.lua")
|
||||
|
||||
@@ -97,7 +97,7 @@ local CharonText = {
|
||||
|
||||
local CharonShadow = {
|
||||
Identifier = "CharonShadow",
|
||||
Parent = CharonProjection .Identifier,
|
||||
Parent = CharonProjection.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableShadowCylinder",
|
||||
Opacity = 0.25,
|
||||
|
||||
@@ -21,7 +21,7 @@ local MercuryTrail = {
|
||||
Tag = { "planetTrail_solarSystem", "planetTrail_terrestrial" },
|
||||
GUI = {
|
||||
Name = "Mercury Trail",
|
||||
Path = "/Milky Way/Gaia/Mercury",
|
||||
Path = "/Solar System/Planets/Mercury",
|
||||
Description = [[ Trail of Mercury as observed by the Sun.]],
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
local DataPath = asset.syncedResource({
|
||||
Name = "Launcher Images",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "launcher_images",
|
||||
Version = 1
|
||||
})
|
||||
asset.export("DataPath", DataPath)
|
||||
@@ -10,6 +10,18 @@
|
||||
"longitude": 16.1924,
|
||||
"type": "goToGeo"
|
||||
},
|
||||
"delta_times": [
|
||||
1.0,
|
||||
5.0,
|
||||
30.0,
|
||||
60.0,
|
||||
300.0,
|
||||
1800.0,
|
||||
3600.0,
|
||||
43200.0,
|
||||
86400.0,
|
||||
604800.0
|
||||
],
|
||||
"keybindings": [
|
||||
{
|
||||
"documentation": "Set and goto Insight Landing",
|
||||
|
||||
@@ -21,6 +21,18 @@
|
||||
"z": 0.926193
|
||||
}
|
||||
},
|
||||
"delta_times": [
|
||||
1.0,
|
||||
5.0,
|
||||
30.0,
|
||||
60.0,
|
||||
300.0,
|
||||
1800.0,
|
||||
3600.0,
|
||||
43200.0,
|
||||
86400.0,
|
||||
604800.0
|
||||
],
|
||||
"keybindings": [
|
||||
{
|
||||
"documentation": "Sets the focus of the camera on 'NewHorizons'.",
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
"is_local": false,
|
||||
"key": "I",
|
||||
"name": "Toggle image plane",
|
||||
"script": "openspace.setPropertyValueSingle('Scene.ImagePlaneRosetta.Enabled', not openspace.getPropertyValue('Scene.ImagePlaneRosetta.Enabled'));"
|
||||
"script": "openspace.setPropertyValueSingle('Scene.ImagePlaneRosetta.Renderable.Enabled', not openspace.getPropertyValue('Scene.ImagePlaneRosetta.Renderable.Enabled'));"
|
||||
},
|
||||
{
|
||||
"documentation": "Toggles the visibility of Philae's trail.",
|
||||
@@ -88,7 +88,7 @@
|
||||
"is_local": false,
|
||||
"key": "O",
|
||||
"name": "Toggle Philae trail",
|
||||
"script": "openspace.setPropertyValueSingle(Scene.PhilaeTrail.Enabled', not openspace.getPropertyValue(Scene.PhilaeTrail.Enabled'));"
|
||||
"script": "openspace.setPropertyValueSingle(Scene.PhilaeTrail.Renderable.Enabled', not openspace.getPropertyValue(Scene.PhilaeTrail.Renderable.Enabled'));"
|
||||
},
|
||||
{
|
||||
"documentation": "Enables or disables the image projection on 67P.",
|
||||
|
||||
Reference in New Issue
Block a user