mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
* Updating all assets to new coding style * Cleaning up asset files * Moving default_actions and default_keybindings files * Changing procedural globes to explicitly specified globes * Move Spice loading explicitly to the initialize part and also deinitialize * Removing unused asset files * Removing asset_helper * Removing scale_model_helper asset * Removing script_scheduler_helper * Removing testing_keybindings * Remove procedural_globe
60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
{
|
|
"assets": [
|
|
"base",
|
|
"base_keybindings",
|
|
"scene/solarsystem/missions/messenger/dashboard",
|
|
"scene/solarsystem/missions/messenger/mercurymagnetosphere",
|
|
"scene/solarsystem/missions/messenger/messenger"
|
|
],
|
|
"camera": {
|
|
"altitude": 40000000.0,
|
|
"anchor": "Mercury",
|
|
"latitude": 80.0,
|
|
"longitude": 100.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
|
|
],
|
|
"mark_nodes": [
|
|
"Mercury",
|
|
"Messenger",
|
|
"Sun"
|
|
],
|
|
"meta": {
|
|
"author": "OpenSpace Team",
|
|
"description": "This scene contains model and trajectory of the NASA MESSENGER spacecraft with craft pointing data from 2011-03 to 2011-06. In addition, a rendering of Mercury's magnetosphere based on data recorded by MESSENGER can be enabled and viewed around the planet. Along with the mission data, additional maps were added to Mercury showing mineral abundances on the surface and a multi-color mosaic from the MDIS instrument",
|
|
"license": "MIT License",
|
|
"name": "Messenger",
|
|
"url": "https://www.openspaceproject.com",
|
|
"version": "1.0"
|
|
},
|
|
"time": {
|
|
"type": "absolute",
|
|
"value": "2011-05-13T08:55:00"
|
|
},
|
|
"version": {
|
|
"major": 1,
|
|
"minor": 0
|
|
}
|
|
}
|