no powerwall by default

This commit is contained in:
Jonathan Bosson
2017-07-12 12:22:36 -06:00
parent 30e1b2b4f1
commit 6f4df093a6
+5 -2
View File
@@ -10,8 +10,11 @@ return {
-- SGCTConfig = sgct.config.single{},
-- A regular 1920x1080 window
SGCTConfig = sgct.config.single{1920, 1080, border=false, windowPos={0,0}},
SGCTConfig = sgct.config.single{1920, 1080, border=false, windowPos={0,0}, shared=true, name="WV_OBS_SPOUT1"},
-- Touch Powerwall
-- SGCTConfig = "${CONFIG}/sci_powerwall.xml",
-- A 1k fisheye rendering
-- SGCTConfig = sgct.config.fisheye{1024, 1024},