mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 17:51:19 -05:00
50a456b87f
Change profile file format from a custom one to JSON
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
{
|
|
"version": { "major": 12, "minor": 13 },
|
|
"camera": {
|
|
"type": "setNavigationState",
|
|
"anchor": "none",
|
|
"aim": "aim",
|
|
"frame": "root",
|
|
"position": { "x": 1.0, "y": 2.0, "z": 3.0},
|
|
"yaw": 10.0,
|
|
"pitch": -10.0
|
|
}
|
|
}
|