mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 16:30:07 -06:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"version": 1,
|
|
"masteraddress": "localhost",
|
|
"externalcontrolport": 20500,
|
|
"settings": {
|
|
"display": {
|
|
"swapinterval": 0
|
|
}
|
|
},
|
|
"nodes": [
|
|
{
|
|
"address": "localhost",
|
|
"port": 20401,
|
|
"windows": [
|
|
{
|
|
"name": "OpenSpace",
|
|
"fullscreen": false,
|
|
"draw2d": false,
|
|
"stereo": "none",
|
|
"pos": { "x": 50, "y": 50 },
|
|
"size": { "x": 1280, "y": 720 },
|
|
"viewports": [
|
|
{
|
|
"tracked": true,
|
|
"pos": { "x": 0.0, "y": 0.0 },
|
|
"size": { "x": 1.0, "y": 1.0 },
|
|
"projection": {
|
|
"type": "EquirectangularProjection",
|
|
"quality": "1k"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GUI",
|
|
"tags": [ "GUI" ],
|
|
"fullscreen": false,
|
|
"draw3d": false,
|
|
"stereo": "none",
|
|
"pos": { "x": 50, "y": 50 },
|
|
"size": { "x": 1280, "y": 720 },
|
|
"viewports": [
|
|
{
|
|
"pos": { "x": 0.0, "y": 0.0 },
|
|
"size": { "x": 1.0, "y": 1.0 }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"users": [
|
|
{
|
|
"eyeseparation": 0.065,
|
|
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
|
|
}
|
|
]
|
|
}
|