Files
OpenSpace/tests/visual/juno/model.ostest
Alexander Bock 7a2b876541 Add profile information to the visual test files (#3270)
* Update test files
* Fix apollo test
* Cleanup test files
* Include information about the profile being loaded
* Add documentation about the visual tests
2024-05-23 13:09:01 +02:00

19 lines
425 B
Plaintext

{
"profile": "juno",
"commands": [
{ "type": "time", "value": "2016-07-01T00:00:01.00" },
{
"type": "navigationstate",
"value": {
"anchor": "Juno",
"pitch": -0.0165756,
"position": [ -22.49081, 1.191533, 26.35740 ],
"up": [ 0.0288083, 0.999373, -0.0205962 ],
"yaw": 0.152454
}
},
{ "type": "wait", "value": 2 },
{ "type": "screenshot" }
]
}