Files
OpenSpace/tests/visual/eclipse/earth1966.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

17 lines
435 B
Plaintext

{
"profile": "eclipse",
"commands": [
{ "type": "time", "value": "1966-11-12T14:28:39.00" },
{
"type": "navigationstate",
"value": {
"anchor": "Earth",
"position": [ 8117064.770626424, -15651002.199110571, -9165703.435119975 ],
"up": [ -0.39241745239503034, -0.6078072727788707, 0.6903469143937023 ]
}
},
{ "type": "wait", "value": 30 },
{ "type": "screenshot" }
]
}