Files
OpenSpace/tests/visual/juno/trail-full.ostest
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

33 lines
743 B
Plaintext

{
"profile": "juno",
"commands": [
{ "type": "time", "value": "2016-07-01T00:00:01.00" },
{
"type": "navigationstate",
"value": {
"anchor": "Jupiter",
"pitch": -0.0884063,
"position": [ -273474700, 7875195000, -4723682000 ],
"up": [ -0.0318598, 0.513306, 0.857614 ],
"yaw": -0.311906
}
},
{
"type": "property",
"value": {
"property": "Scene.JunoTrail.Renderable.ShowFullTrail",
"value": true
}
},
{
"type": "property",
"value": {
"property": "Scene.JunoTrail.Renderable.Appearance.EnableFade",
"value": false
}
},
{ "type": "wait", "value": 2 },
{ "type": "screenshot" }
]
}