mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 01:01:37 -06:00
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"version": 1,
|
|
"masteraddress": "localhost",
|
|
"externalcontrolport": 20500,
|
|
"settings": {
|
|
"display": {
|
|
"swapinterval": 0
|
|
}
|
|
},
|
|
"nodes": [
|
|
{
|
|
"address": "localhost",
|
|
"port": 20401,
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"border": false,
|
|
"name": "GUI",
|
|
"tags": [ "GUI" ],
|
|
"draw3d": false,
|
|
"stereo": "none",
|
|
"pos": { "x": 0, "y": 0 },
|
|
"size": { "x": 1920, "y": 1080 },
|
|
"viewports": [
|
|
{
|
|
"pos": { "x": 0.0, "y": 0.0 },
|
|
"size": { "x": 1.0, "y": 1.0 }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"fullscreen": true,
|
|
"name": "OpenSpace",
|
|
"draw2d": false,
|
|
"stereo": "none",
|
|
"pos": { "x": 1920, "y": 1080 },
|
|
"size": { "x": 1920, "y": 1080 },
|
|
"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 }
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"users": [
|
|
{
|
|
"eyeseparation": 0.065,
|
|
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
|
|
}
|
|
],
|
|
"meta": {
|
|
"author": "OpenSpace Team",
|
|
"description": "Two windows for a side-by-side dual-monitor configuration, where the right-side monitor can be considered a projector. Primary 1920x1080 window with menu and text overlays minus rendering, and a secondary 1920x1080 fullscreen window with planar projection rendering without menu or text overlays.",
|
|
"license": "MIT License",
|
|
"name": "Side Projector + GUI",
|
|
"version": "1.0"
|
|
}
|
|
}
|