mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 16:30:07 -06:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"version": 1,
|
|
"masteraddress": "127.0.0.1",
|
|
"nodes": [
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": 20401,
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"name": "Spherical Projection",
|
|
"stereo": "none",
|
|
"pos": { "x": 0, "y": 100 },
|
|
"size": { "x": 1280, "y": 720 },
|
|
"res": { "x": 2048, "y": 2048 },
|
|
"viewports": [
|
|
{
|
|
"mesh": "mesh/standard_16x9.data",
|
|
"pos": { "x": 0.0, "y": 0.0 },
|
|
"size": { "x": 1.0, "y": 1.0 },
|
|
"projection": {
|
|
"type": "FisheyeProjection",
|
|
"fov": 180.0,
|
|
"quality": "2k",
|
|
"tilt": 30.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 }
|
|
}
|
|
],
|
|
"meta": {
|
|
"author": "OpenSpace Team",
|
|
"description": "A single 1280x720 window with spherical projection rendering at 2048x2048 resolution.",
|
|
"license": "MIT License",
|
|
"name": "Spherical Mirror",
|
|
"version": "1.0"
|
|
}
|
|
}
|