mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-13 06:49:05 -05:00
updated example to use pos instead of windowPos
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ SGCTConfig = sgct.config.single{vsync=false}
|
||||
-- A regular 1920x1080 window
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080}
|
||||
-- A windowed 1920x1080 fullscreen
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080, border=false, windowPos={0,0}}
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080, border=false, pos={0,0}}
|
||||
-- A 1k fisheye rendering
|
||||
-- SGCTConfig = sgct.config.fisheye{1024, 1024}
|
||||
-- A 4k fisheye rendering in a 1024x1024 window
|
||||
|
||||
Reference in New Issue
Block a user