Files
OpenSpace/tests/visual/gaia/start.ostest
T
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
379 B
Plaintext

{
"profile": "gaia",
"commands": [
{ "type": "time", "value": "2000-01-01T12:00:00.00" },
{
"type": "navigationstate",
"value": {
"anchor": "Earth",
"position": [ 1.584558E11, 1.679926E12, -3.908214E11 ],
"up": [ -0.364428, 0.243481, 0.898838 ]
}
},
{ "type": "wait", "value": 2 },
{ "type": "screenshot" }
]
}