mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 09:20:26 -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
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
{
|
|
"profile": "default",
|
|
"commands": [
|
|
{ "type": "time", "value": "2019-01-01T05:00:00.00" },
|
|
{
|
|
"type": "property",
|
|
"value": { "property": "Scene.ISS_trail.Renderable.Enabled", "value": false }
|
|
},
|
|
{ "type": "wait", "value": 30 },
|
|
{ "type": "screenshot" }
|
|
]
|
|
}
|