mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
* Update test files * Fix apollo test * Cleanup test files * Include information about the profile being loaded * Add documentation about the visual tests
19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
{
|
|
"profile": "default",
|
|
"commands": [
|
|
{ "type": "time", "value": "2019-01-01T00:00:00.00" },
|
|
{
|
|
"type": "navigationstate",
|
|
"value": {
|
|
"anchor": "Moon",
|
|
"pitch": 0.698796,
|
|
"position": [ -144087.5, -1669880, -735945.5 ],
|
|
"up": [ 0.664779, 0.252496, -0.703075 ],
|
|
"yaw": 0.0321787
|
|
}
|
|
},
|
|
{ "type": "wait", "value": 120 },
|
|
{ "type": "screenshot" }
|
|
]
|
|
}
|