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