mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-28 07:59:37 -06:00
Update profile start time and place to match launch
This commit is contained in:
@@ -56,4 +56,4 @@ local L1Label = {
|
||||
assetHelper.registerSceneGraphNodesAndExport(asset, {
|
||||
L1,
|
||||
L1Label
|
||||
})
|
||||
})
|
||||
|
||||
@@ -73,4 +73,4 @@ assetHelper.registerSceneGraphNodesAndExport(asset, {
|
||||
L2,
|
||||
L2SunLine,
|
||||
L2Label
|
||||
})
|
||||
})
|
||||
|
||||
@@ -56,4 +56,4 @@ local L4Label = {
|
||||
assetHelper.registerSceneGraphNodesAndExport(asset, {
|
||||
L4,
|
||||
L4Label
|
||||
})
|
||||
})
|
||||
|
||||
@@ -56,4 +56,4 @@ local L5Label = {
|
||||
assetHelper.registerSceneGraphNodesAndExport(asset, {
|
||||
L5,
|
||||
L5Label
|
||||
})
|
||||
})
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
asset.require('scene/solarsystem/missions/jwst/L1')
|
||||
asset.require('scene/solarsystem/missions/jwst/L4')
|
||||
asset.require('scene/solarsystem/missions/jwst/L5')
|
||||
asset.require('scene/solarsystem/missions/jwst/L5')
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
"camera": {
|
||||
"altitude": 17000000.0,
|
||||
"anchor": "Earth",
|
||||
"latitude": 58.5877,
|
||||
"longitude": 16.1924,
|
||||
"latitude": 3.5559,
|
||||
"longitude": -53.0515,
|
||||
"type": "goToGeo"
|
||||
},
|
||||
"delta_times": [
|
||||
@@ -46,8 +46,8 @@
|
||||
}
|
||||
],
|
||||
"mark_nodes": [
|
||||
"James Webb Space Telecope",
|
||||
"James Webb Space Telescope Trail",
|
||||
"JWSTModel",
|
||||
"JWSTTrail",
|
||||
"L2",
|
||||
"Earth",
|
||||
"Moon",
|
||||
@@ -69,8 +69,8 @@
|
||||
}
|
||||
],
|
||||
"time": {
|
||||
"type": "relative",
|
||||
"value": "-1d"
|
||||
"type": "absolute",
|
||||
"value": "2021-10-31T00:00:00"
|
||||
},
|
||||
"version": {
|
||||
"major": 1,
|
||||
|
||||
Reference in New Issue
Block a user