mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
55 lines
1.3 KiB
JSON
55 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,
|
|
"stereo": "none",
|
|
"pos": { "x": 50, "y": 50 },
|
|
"size": { "x": 1280, "y": 720 },
|
|
"res": { "x": 2560, "y": 1440 },
|
|
"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": "A single 1280x720 window with planar projection rendering at 2560x1440 resolution.",
|
|
"license": "MIT License",
|
|
"name": "Single",
|
|
"version": "1.0"
|
|
}
|
|
}
|