mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-02 18:39:20 -06:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
{
|
|
"version": { "major": 12, "minor": 13 },
|
|
"camera": {
|
|
"type": "setNavigationState",
|
|
"anchor": "none",
|
|
"aim": "aim",
|
|
"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
|
|
}
|
|
}
|