mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
* Enable all unit tests in Jenkins (closes #1666) * Fix issue with Profile where the version number is not updated if the profile does not contain keybindings * Fix issue with script schedule that would cause a crash when only one script is scheduled * Fix test for colorimage, use correct path to unit test executable for non-windows platforms * Provide stable class names for vector and matrix verifiers
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
{
|
|
"version": { "major": 1, "minor": 0 },
|
|
"camera": {
|
|
"type": "setNavigationState",
|
|
"anchor": "none",
|
|
"frame": "root",
|
|
"position": { "x": 1.0, "y": 2.0, "z": 3.0},
|
|
"up": { "x": 4.0, "y": 5.0, "z": 6.0 },
|
|
"yaw": 10.0,
|
|
"pitch": -10.0
|
|
}
|
|
}
|