mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 17:09:05 -05:00
Adjust profile start state
This commit is contained in:
@@ -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)"
|
||||
)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user