Files
OpenSpace/config/single_two_win.json
2023-08-07 12:50:06 -06:00

68 lines
1.7 KiB
JSON

{
"version": 1,
"masteraddress": "127.0.0.1",
"nodes": [
{
"address": "127.0.0.1",
"port": 20401,
"windows": [
{
"border": true,
"fullscreen": false,
"pos": { "x": 10, "y": 100 },
"size": { "x": 1280, "y": 720 },
"viewports": [
{
"tracked": true,
"pos": { "x": 0.0, "y": 0.0 },
"size": { "x": 1.0, "y": 1.0 },
"projection": {
"type": "PlanarProjection",
"fov": {
"hfov": 80.0,
"vfov": 50.534015846724
},
"orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 }
}
}
]
},
{
"border": true,
"fullscreen": false,
"pos": { "x": 340, "y": 100 },
"size": { "x": 1280, "y": 720 },
"viewports": [
{
"pos": { "x": 0.0, "y": 0.0 },
"size": { "x": 1.0, "y": 1.0 },
"projection": {
"type": "PlanarProjection",
"fov": {
"hfov": 80.0,
"vfov": 50.534015846724
},
"orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 }
}
}
]
}
]
}
],
"users": [
{
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
],
"meta": {
"author": "OpenSpace Team",
"description": "Two 1280x720 windows each with identical planar projection rendering. Only the primary window has menu controls, but both have text overlays.",
"license": "MIT License",
"name": "Twin Planar",
"version": "1.0"
}
}