mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-19 19:39:30 -06:00
* Update test files * Fix apollo test * Cleanup test files * Include information about the profile being loaded * Add documentation about the visual tests
19 lines
425 B
Plaintext
19 lines
425 B
Plaintext
{
|
|
"profile": "juno",
|
|
"commands": [
|
|
{ "type": "time", "value": "2016-07-01T00:00:01.00" },
|
|
{
|
|
"type": "navigationstate",
|
|
"value": {
|
|
"anchor": "Juno",
|
|
"pitch": -0.0165756,
|
|
"position": [ -22.49081, 1.191533, 26.35740 ],
|
|
"up": [ 0.0288083, 0.999373, -0.0205962 ],
|
|
"yaw": 0.152454
|
|
}
|
|
},
|
|
{ "type": "wait", "value": 2 },
|
|
{ "type": "screenshot" }
|
|
]
|
|
}
|