mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
50a456b87f
Change profile file format from a custom one to JSON
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
{
|
|
"version": { "major": 12, "minor": 13 },
|
|
"camera": {
|
|
"type": "goToGeo",
|
|
"anchor": "anchor",
|
|
"latitude": 1.0,
|
|
"longitude": 2.0
|
|
}
|
|
}
|