mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 00:10:44 -06:00
66 lines
1.6 KiB
JSON
66 lines
1.6 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 }
|
|
}
|
|
],
|
|
"meta": {
|
|
"author": "OpenSpace Team",
|
|
"description": "Two windows: Primary 1280x720 window with equirectangular projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
|
|
"license": "MIT License",
|
|
"name": "Equirectangular + GUI",
|
|
"version": "1.0"
|
|
}
|
|
}
|