mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Merge branch 'master' of https://github.com/OpenSpace/OpenSpace
This commit is contained in:
@@ -277,6 +277,11 @@ sgct::config::Cluster SgctEdit::generateConfiguration() const {
|
||||
window.tags.push_back("GUI");
|
||||
window.draw2D = true;
|
||||
window.draw3D = false;
|
||||
|
||||
// Disable 2D rendering on all non-GUI windows
|
||||
for (size_t w = 1; w < node.windows.size(); ++w) {
|
||||
node.windows[w].draw2D = false;
|
||||
}
|
||||
}
|
||||
|
||||
cluster.nodes.push_back(node);
|
||||
|
||||
@@ -30,11 +30,10 @@
|
||||
},
|
||||
{
|
||||
"fullscreen": true,
|
||||
"monitor": 1,
|
||||
"name": "OpenSpace",
|
||||
"draw2d": false,
|
||||
"stereo": "none",
|
||||
"pos": { "x": 0, "y": 0 },
|
||||
"pos": { "x": 1920, "y": 1080 },
|
||||
"size": { "x": 1920, "y": 1080 },
|
||||
"viewports": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user