mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -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
17 lines
379 B
Plaintext
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" }
|
|
]
|
|
}
|