Files
OpenSpace/data/profiles/apollo.profile
Adam Rohdin 28c5718959 Issue/2408: Fixed #2491 and #2476
* 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)
2023-02-10 17:04:49 +01:00

113 lines
2.3 KiB
Plaintext

{
"assets": [
"base",
"scene/solarsystem/missions/apollo/8/apollo8",
"scene/solarsystem/missions/apollo/11/apollo11",
"scene/solarsystem/missions/apollo/11/lem_flipbook",
"scene/solarsystem/missions/apollo/17/apollo17",
"scene/solarsystem/missions/apollo/insignias_map"
],
"camera": {
"altitude": 15000000.0,
"anchor": "Earth",
"latitude": 20.0,
"longitude": -60.0,
"type": "goToGeo"
},
"delta_times": [
1.0,
5.0,
30.0,
60.0,
300.0,
1800.0,
3600.0,
43200.0,
86400.0,
604800.0,
1209600.0,
2592000.0,
5184000.0,
7776000.0,
15552000.0,
31536000.0,
63072000.0,
157680000.0,
315360000.0,
630720000.0
],
"keybindings": [
{
"action": "os.missions.apollo8.setup.earthrise",
"key": "E"
},
{
"action": "os.missions.apollo8.setup.launch",
"key": "U"
},
{
"action": "os.missions.apollo.moon.togglekaguyalayer",
"key": "K"
},
{
"action": "os.missions.apollo.moon.toggleshading",
"key": "S"
},
{
"action": "os.missions.apollo.earth.focus",
"key": "Home"
},
{
"action": "os.missions.apollo.moon.focus",
"key": "M"
},
{
"action": "os.missions.apollo17.setup.landingsite",
"key": "F7"
},
{
"action": "os.missions.apollo.moon.disableapollosites",
"key": "F9"
},
{
"action": "os.missions.apollo11.setup.landingsite",
"key": "F11"
}
],
"mark_nodes": [
"Earth",
"Moon",
"Apollo8",
"Apollo11",
"Apollo11LemModel",
"Apollo17LemModel"
],
"meta": {
"author": "OpenSpace Team",
"description": "This profile contains all the apollo assets in openspace. Apollo 8,11,17 and some associated materials. ",
"license": "MIT License",
"name": "Apollo",
"url": "https://www.openspaceproject.com",
"version": "1.0"
},
"properties": [
{
"name": "NavigationHandler.OrbitalNavigator.MinimumAllowedDistance",
"type": "setPropertyValue",
"value": "0"
},
{
"name": "Scene.Moon.Renderable.Layers.ColorLayers.A17_travmap.BlendMode",
"type": "setPropertyValue",
"value": "0"
}
],
"time": {
"type": "absolute",
"value": "1968-12-21T12:51:51"
},
"version": {
"major": 1,
"minor": 1
}
}