CMake path fix and setting lower resolution

This commit is contained in:
GPayne
2024-06-19 17:01:51 -06:00
parent f24783fdf4
commit b3a9a11205
2 changed files with 3 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ endif ()
# Handles dll copying and library linking for GStreamer functionality.
if(SGCT_GSTREAMER_SUPPORT)
include(${OPENSPACE_BASE_DIR}/apps/OpenSpace/ext/sgct/ext/gstreamer/copy_gstreamer_libs.cmake)
include(${PROJECT_SOURCE_DIR}/apps/OpenSpace/ext/sgct/ext/gstreamer/copy_gstreamer_libs.cmake)
copy_gstreamer_dlls(OpenSpace)
link_gstreamer_libs(OpenSpace)

View File

@@ -16,7 +16,7 @@
"name": "OpenSpace",
"stereo": "none",
"pos": { "x": 100, "y": 0 },
"size": { "x": 1920, "y": 1080 },
"size": { "x": 960, "y": 540 },
"viewports": [
{
"tracked": true,
@@ -38,7 +38,7 @@
"name": "OpenSpace",
"stereo": "none",
"pos": { "x": 100, "y": 300 },
"size": { "x": 1920, "y": 1080 },
"size": { "x": 960, "y": 540 },
"draw2d": false,
"viewports": [
{