mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-09 04:59:56 -06:00
* Update test files * Fix apollo test * Cleanup test files * Include information about the profile being loaded * Add documentation about the visual tests
27 lines
634 B
Plaintext
27 lines
634 B
Plaintext
{
|
|
"profile": "rosetta",
|
|
"commands": [
|
|
{ "type": "time", "value": "2014-08-01T00:00:00.00" },
|
|
{
|
|
"type": "navigationstate",
|
|
"value": {
|
|
"anchor": "Rosetta",
|
|
"pitch": -0.0741904,
|
|
"position": [ -13.84875, -5.509888, 1.692047 ],
|
|
"up": [ 0.377490, -0.812217, 0.444752 ],
|
|
"yaw": -0.0388182
|
|
}
|
|
},
|
|
{ "type": "action", "value": "os.FadeDownTrails" },
|
|
{
|
|
"type": "property",
|
|
"value": {
|
|
"property": "Scene.NAVCAM_FOV.Renderable.Enabled",
|
|
"value": false
|
|
}
|
|
},
|
|
{ "type": "wait", "value": 2 },
|
|
{ "type": "screenshot" }
|
|
]
|
|
}
|