Files
OpenSpace/config/two_window.json
Emma Broman c802655743 Merge branch 'master' into project/exoplanet-explorer
# Conflicts:
#	config/equirectangular_gui.json
#	config/fullscreen1080.json
#	config/single_fisheye.json
#	config/single_fisheye_gui.json
#	config/single_sbs_stereo.json
#	config/spherical_mirror.json
#	config/spherical_mirror_gui.json
#	config/spout_output_cubemap.json
#	config/spout_output_equirectangular.json
#	config/spout_output_fisheye.json
#	config/spout_output_flat.json
#	config/two_nodes.json
#	data/assets/examples/nodeline.asset
#	data/profiles/juice.profile
#	data/profiles/jwst.profile
#	data/profiles/osirisrex.profile
#	data/profiles/voyager.profile
#	include/openspace/rendering/renderable.h
#	modules/base/CMakeLists.txt
#	modules/base/basemodule.cpp
#	modules/base/shaders/arrow_fs.glsl
#	modules/base/shaders/arrow_vs.glsl
#	modules/exoplanets/exoplanetsmodule_lua.inl
#	src/rendering/renderable.cpp
2024-07-15 13:27:07 +02:00

79 lines
2.0 KiB
JSON

{
"version": 1,
"masteraddress": "localhost",
"externalcontrolport": 20500,
"settings": {
"display": {
"swapinterval": 0
}
},
"nodes": [
{
"address": "localhost",
"port": 20401,
"windows": [
{
"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 },
"projection": {
"type": "PlanarProjection",
"fov": {
"hfov": 80.0,
"vfov": 50.534015846724
},
"orientation": { "yaw": 0.0, "pitch": 0.0, "roll": 0.0 }
}
}
]
},
{
"fullscreen": true,
"name": "OpenSpace",
"fullscreen": false,
"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: Primary 1280x720 window with planar projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
"license": "MIT License",
"name": "Single + GUI",
"version": "1.0"
}
}