mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
* Moved actions that were defined in profiles to assets and updated the keybindings in the profiles * #2476 Added actions to turn on/off minor moons and their trails (for-all and per-planet)
102 lines
2.4 KiB
Plaintext
102 lines
2.4 KiB
Plaintext
{
|
|
"assets": [
|
|
"base",
|
|
"scene/solarsystem/missions/voyager/dashboard",
|
|
"scene/solarsystem/missions/voyager/voyager1",
|
|
"scene/solarsystem/missions/voyager/voyager2",
|
|
"scene/solarsystem/missions/voyager/actions",
|
|
"scene/solarsystem/planets/jupiter/minor_moons",
|
|
"scene/solarsystem/planets/neptune/minor_moons",
|
|
"scene/solarsystem/planets/saturn/minor_moons",
|
|
"scene/solarsystem/planets/uranus/minor_moons"
|
|
],
|
|
"camera": {
|
|
"aim": "",
|
|
"anchor": "Voyager_1",
|
|
"frame": "",
|
|
"position": {
|
|
"x": 526781518487.1713,
|
|
"y": 257168309890.07214,
|
|
"z": -1381125204152.8174
|
|
},
|
|
"type": "setNavigationState"
|
|
},
|
|
"delta_times": [
|
|
1.0,
|
|
30.0,
|
|
60.0,
|
|
300.0,
|
|
720.0,
|
|
2880.0,
|
|
14400.0,
|
|
57600.0,
|
|
230400.0,
|
|
921600.0,
|
|
3686400.0,
|
|
7372800.0,
|
|
14745600.0
|
|
],
|
|
"keybindings": [
|
|
{
|
|
"action": "os.missions.voyager.v1.focus",
|
|
"key": "V"
|
|
},
|
|
{
|
|
"action": "os.missions.voyager.v2.focus",
|
|
"key": "SHIFT+V"
|
|
},
|
|
{
|
|
"action": "os.missions.voyager.setup.jupiterapproach",
|
|
"key": "SHIFT+J"
|
|
},
|
|
{
|
|
"action": "os.missions.voyager.setup.saturnapproach",
|
|
"key": "SHIFT+S"
|
|
},
|
|
{
|
|
"action": "os.missions.voyager.jupiter.focus",
|
|
"key": "J"
|
|
},
|
|
{
|
|
"action": "os.missions.voyager.saturn.focus",
|
|
"key": "S"
|
|
},
|
|
{
|
|
"action": "os.missions.voyager.toggleminormoontrails",
|
|
"key": "SHIFT+H"
|
|
}
|
|
],
|
|
"mark_nodes": [
|
|
"Earth",
|
|
"Voyager 1",
|
|
"Voyager 2",
|
|
"Jupiter",
|
|
"Saturn",
|
|
"Uranus",
|
|
"Neptune"
|
|
],
|
|
"meta": {
|
|
"author": "OpenSpace Team",
|
|
"description": "This scene contains the NASA Voyager 1 and Voyager 2 missions as they were launched from Earth in the 1970s and observed the gas giants in the Solar System. The spacecraft models are included and are pointed accurately throughout the mission. Position and orientation information are available until the second half of the 21st century",
|
|
"license": "MIT License",
|
|
"name": "Voyager",
|
|
"url": "https://www.openspaceproject.com",
|
|
"version": "1.1"
|
|
},
|
|
"properties": [
|
|
{
|
|
"name": "Scene.PlutoBarycenterTrail.Renderable.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "false"
|
|
}
|
|
],
|
|
"time": {
|
|
"type": "absolute",
|
|
"value": "1977-09-10T12:00:00"
|
|
},
|
|
"version": {
|
|
"major": 1,
|
|
"minor": 1
|
|
}
|
|
}
|