mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
7a2b876541
* Update test files * Fix apollo test * Cleanup test files * Include information about the profile being loaded * Add documentation about the visual tests
20 lines
490 B
Plaintext
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" }
|
|
]
|
|
}
|