Adjust profile start state

This commit is contained in:
Malin E
2021-09-23 13:18:36 +02:00
parent 802f1e0d33
commit e4a5431c42
2 changed files with 13 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ asset.onInitialize(function()
-- JWST timelaps timeline
-- Mission start
openspace.scriptScheduler.loadScheduledScript(
"2018 OCT 01 14:05:52",
"2018 OCT 01 14:07:02", -- 1 min delay
"openspace.time.interpolateDeltaTime(120)",
"openspace.time.interpolateDeltaTime(-1)"
)

View File

@@ -54,17 +54,19 @@
"camera": {
"aim": "",
"anchor": "JWSTModel",
"frame": "",
"position": {
"x": 17.363674,
"y": 11.520981,
"z": -10.344788
},
"frame": "Root",
"yaw": -0.005731,
"pitch": -0.001656,
"type": "setNavigationState",
"position": {
"x": 30.188156,
"y": -9.477188,
"z": -9.203491
},
"up": {
"x": -0.276723,
"y": 0.838517,
"z": 0.469377
"x": 0.361587,
"y": 0.893643,
"z": 0.265813
}
},
"delta_times": [
@@ -136,7 +138,7 @@
],
"time": {
"type": "absolute",
"value": "2018-10-01T14:05:53"
"value": "2018-10-01T14:06:02"
},
"version": {
"major": 1,