mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
38 lines
831 B
JSON
38 lines
831 B
JSON
{
|
|
"version": 1,
|
|
"masteraddress": "localhost",
|
|
"nodes": [
|
|
{
|
|
"address": "localhost",
|
|
"port": 20401,
|
|
"windows": [
|
|
{
|
|
"name": "OpenSpace",
|
|
"fullscreen": false,
|
|
"stereo": "none",
|
|
"size": { "x": 1024, "y": 1024 },
|
|
"viewports": [
|
|
{
|
|
"pos": { "x": 0.0, "y": 0.0 },
|
|
"size": { "x": 1.0, "y": 1.0 },
|
|
"projection": {
|
|
"type": "FisheyeProjection",
|
|
"fov": 180.0,
|
|
"quality": "1k",
|
|
"tilt": 27.0,
|
|
"background": { "r": 0.1, "g": 0.1, "b": 0.1, "a": 1.0 }
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"users": [
|
|
{
|
|
"eyeseparation": 0.06,
|
|
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
|
|
}
|
|
]
|
|
}
|