Files
OpenSpace/tests/visual/apollo/11/orbits.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

20 lines
490 B
Plaintext

{
"profile": "apollo",
"commands": [
{ "type": "action", "value": "os.apollo11.setup.LandingSite" },
{ "type": "wait", "value": 10 },
{
"type": "navigationstate",
"value": {
"anchor": "Apollo11LemPosition",
"pitch": 0.00776040,
"position": [ -711349.3, 2688364, 539334.1 ],
"up": [ -0.382741, 0.0833124, -0.920091 ],
"yaw": 0.00288877
}
},
{ "type": "wait", "value": 30 },
{ "type": "screenshot" }
]
}