mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-20 03:49:31 -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
165 lines
4.0 KiB
Plaintext
165 lines
4.0 KiB
Plaintext
{
|
|
"assets": [
|
|
"base",
|
|
"base_keybindings",
|
|
"dashboard/default_dashboard",
|
|
"scene/solarsystem/heliosphere/bastille_day/actions",
|
|
"scene/solarsystem/heliosphere/bastille_day/density_volume",
|
|
"scene/solarsystem/heliosphere/bastille_day/fieldlines",
|
|
"scene/solarsystem/heliosphere/bastille_day/fluxnodes",
|
|
"scene/solarsystem/heliosphere/bastille_day/fluxnodescutplane",
|
|
"scene/solarsystem/heliosphere/bastille_day/fluxnodeslegend",
|
|
"scene/solarsystem/heliosphere/bastille_day/lightindicator",
|
|
"scene/solarsystem/heliosphere/bastille_day/magnetogram",
|
|
"scene/solarsystem/heliosphere/bastille_day/magnetogram_textures",
|
|
"scene/solarsystem/planets/earth/magnetosphere/magnetosphere",
|
|
"scene/solarsystem/planets/earth/magnetosphere/transforms_magnetosphere",
|
|
"scene/solarsystem/planets/earth/satellites/satellites",
|
|
"scene/solarsystem/sun/euv_layer"
|
|
],
|
|
"camera": {
|
|
"altitude": 3400000000.0,
|
|
"anchor": "Sun",
|
|
"latitude": 20.5877,
|
|
"longitude": -35.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,
|
|
1209600.0,
|
|
2592000.0,
|
|
5184000.0,
|
|
7776000.0,
|
|
15552000.0,
|
|
31536000.0,
|
|
63072000.0,
|
|
157680000.0,
|
|
315360000.0,
|
|
630720000.0
|
|
],
|
|
"keybindings": [
|
|
{
|
|
"action": "os.bastilleday.setup.StartOfCme",
|
|
"key": "R"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.setup.ShortLoop",
|
|
"key": "CTRL+1"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.setup.StandardLoop",
|
|
"key": "CTRL+2"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.setup.FastLoop",
|
|
"key": "CTRL+3"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.setup.LongLoop",
|
|
"key": "CTRL+4"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.densityvolume.ToggleVolume",
|
|
"key": "D"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.fluxnodelegend.ToggleLegend",
|
|
"key": "N"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.magnetogramtexture.SwitchColorLayer",
|
|
"key": "I"
|
|
},
|
|
{
|
|
"action": "os.solarsystem.ToggleEuv",
|
|
"key": "E"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.fluxnodes.ToggleFluxnodes",
|
|
"key": "O"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.fieldlines.ToggleFieldlines",
|
|
"key": "U"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.fluxnodescutplane.ToggleEquatorial",
|
|
"key": "P"
|
|
},
|
|
{
|
|
"action": "os.bastilleday.fluxnodescutplane.ToggleMeridial",
|
|
"key": "LEFTBRACKET"
|
|
}
|
|
],
|
|
"mark_nodes": [
|
|
"Earth",
|
|
"Mars",
|
|
"Moon",
|
|
"Sun",
|
|
"Venus",
|
|
"ISS"
|
|
],
|
|
"meta": {
|
|
"author": "CCMC",
|
|
"description": "This profile is showing the Coronal mass ejection of the bastille day 2000-07-14. The profile is data intensive and will require a powerful GPU",
|
|
"license": "MIT License",
|
|
"name": "Bastille day 2000",
|
|
"url": "https://www.openspaceproject.com",
|
|
"version": "1.1"
|
|
},
|
|
"properties": [
|
|
{
|
|
"name": "{earth_satellites}.Renderable.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"name": "Scene.Sun.Renderable.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"name": "Scene.SunGlare.Renderable.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"name": "Scene.Sun.Renderable.Layers.ColorLayers.Texture.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"name": "Scene.Sun.Renderable.Layers.ColorLayers.magnetogram-2.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"name": "Scene.Earth.Renderable.Layers.ColorLayers.ESRI_VIIRS_Combo.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"name": "Scene.Earth.Renderable.Layers.ColorLayers.ESRI_World_Imagery.Enabled",
|
|
"type": "setPropertyValue",
|
|
"value": "true"
|
|
}
|
|
],
|
|
"time": {
|
|
"type": "absolute",
|
|
"value": "2000-07-14T08:42:00"
|
|
},
|
|
"version": {
|
|
"major": 1,
|
|
"minor": 1
|
|
}
|
|
}
|