|
@@ -34,6 +34,11 @@ return {
|
|
Whether the desktop window should display a mirror of what's in the headset.
|
|
Whether the desktop window should display a mirror of what's in the headset.
|
|
]]
|
|
]]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ name = 'msaa',
|
|
|
|
+ type = 'number',
|
|
|
|
+ description = 'The amount of antialiasing to use when rendering to the headset.'
|
|
|
|
+ },
|
|
{
|
|
{
|
|
name = 'offset',
|
|
name = 'offset',
|
|
type = 'number',
|
|
type = 'number',
|
|
@@ -170,6 +175,7 @@ return {
|
|
-- Headset settings
|
|
-- Headset settings
|
|
t.headset.drivers = { 'openvr', 'webvr', 'fake' }
|
|
t.headset.drivers = { 'openvr', 'webvr', 'fake' }
|
|
t.headset.mirror = true
|
|
t.headset.mirror = true
|
|
|
|
+ t.headset.msaa = 4
|
|
t.headset.offset = 1.7
|
|
t.headset.offset = 1.7
|
|
|
|
|
|
-- Enable or disable different modules
|
|
-- Enable or disable different modules
|