1
0
Fork 0

defaults: Add VR properties

Add important VR properties to defaults.xml so that they initialise
early and so that they are automatically saved.
This commit is contained in:
James Hogan 2021-08-06 20:38:24 +01:00
parent eed433ce9f
commit 7909da4db5
No known key found for this signature in database
GPG key ID: 35CEE4862B1023F2

View file

@ -394,6 +394,13 @@ Started September 2000 by David Megginson, david@megginson.com
</hdr>
<composite-viewer-enabled type="bool">true</composite-viewer-enabled>
</rendering>
<vr>
<depth-info type="bool" userarchive="y">true</depth-info>
<enabled type="bool" userarchive="y">false</enabled>
<mode type="string" userarchive="y">AUTOMATIC</mode>
<swapchain-mode type="string" userarchive="y">AUTOMATIC</swapchain-mode>
<validation-layer type="bool" userarchive="y">false</validation-layer>
</vr>
<model-hz type="int">120</model-hz>
<sound>
<volume type="float" userarchive="y">0.8</volume>