Files
OpenSpace/tests/profile/error/camera/navstate_missing_position.profile
T
Alexander Bock 50a456b87f Issue/1299 (#1312)
Change profile file format from a custom one to JSON
2020-10-09 17:32:30 +02:00

13 lines
240 B
Plaintext

{
"version": { "major": 12, "minor": 13 },
"camera": {
"type": "setNavigationState",
"anchor": "none",
"aim": "aim",
"frame": "root",
"up": { "x": 4.0, "y": 5.0, "z": 6.0 },
"yaw": 10.0,
"pitch": -10.0
}
}