Files
OpenSpace/data/web/default_ui_panels.json
Micah Acinapura 9ef8a24f1c updates to night sky assets and new actions for ui panel; (#3660)
* updates to night sky assets and new actions for ui panel;

* Apply suggestions from code review

Co-authored-by: Alexander Bock <alexander.bock@liu.se>

* swap order of east/south declaration

* updated zeropoint_data to synched resource

* rework action to use fadeIn

* Apply suggestions from code review

update to ns navigation actions

Co-authored-by: Alexander Bock <alexander.bock@liu.se>

* update to position function for review

* removed action based on review

* Update data/assets/actions/nightsky/createsuntrails.asset

up formatting of suntrails action

Co-authored-by: Alexander Bock <alexander.bock@liu.se>

* update to nightsky grids for segement property name change

* updated fade distances for mercury and venus label to be visible from earth when close

* fix to nightsky grid segments

* added time actions to list of nightsky assets

* Update default UI panels to include night sky panel

* fix to add sun trails action

* Show night sky panel in nightsky profile

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
Co-authored-by: Emma Broman <emma.broman@liu.se>
2025-05-19 10:27:49 -04:00

110 lines
1.9 KiB
JSON

{
"0": {
"id": "scene",
"visible": true,
"name": "Scene",
"isOpen": false
},
"1": {
"id": "settings",
"visible": false,
"name": "Settings",
"isOpen": false
},
"2": {
"id": "navigation",
"visible": true,
"name": "Navigation",
"isOpen": false
},
"3": {
"id": "timePanel",
"visible": true,
"name": "Time Panel",
"isOpen": false
},
"4": {
"id": "sessionRecording",
"visible": true,
"name": "Session Recording",
"isOpen": false
},
"5": {
"id": "geoLocation",
"visible": true,
"name": "Geo Location",
"isOpen": false
},
"6": {
"id": "screenSpaceRenderables",
"visible": true,
"name": "Screenspace Renderables",
"isOpen": false
},
"7": {
"id": "exoplanets",
"visible": true,
"name": "Exoplanets",
"isOpen": false
},
"8": {
"id": "userPanels",
"visible": true,
"name": "User Panels",
"isOpen": false
},
"9": {
"id": "actions",
"visible": true,
"name": "Actions",
"isOpen": false
},
"10": {
"id": "skyBrowser",
"visible": true,
"name": "SkyBrowser",
"isOpen": false
},
"11": {
"id": "mission",
"visible": false,
"name": "Mission",
"isOpen": false
},
"12": {
"id": "flightControl",
"visible": true,
"name": "Flight Control",
"isOpen": false
},
"13": {
"id": "keybindingsLayout",
"visible": false,
"name": "Keybinds",
"isOpen": false
},
"14": {
"id": "nightSky",
"visible": false,
"name": "Night Sky",
"isOpen": false
},
"15": {
"id": "gettingStartedTour",
"visible": true,
"name": "Getting Started Tour",
"isOpen": false
},
"16": {
"id": "scriptLogPanel",
"visible": false,
"name": "Script Log",
"isOpen": false
},
"17": {
"id": "devPanel",
"visible": false,
"name": "Dev Panel",
"isOpen": false
}
}