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:
parent
eed433ce9f
commit
7909da4db5
1 changed files with 7 additions and 0 deletions
|
@ -394,6 +394,13 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
</hdr>
|
</hdr>
|
||||||
<composite-viewer-enabled type="bool">true</composite-viewer-enabled>
|
<composite-viewer-enabled type="bool">true</composite-viewer-enabled>
|
||||||
</rendering>
|
</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>
|
<model-hz type="int">120</model-hz>
|
||||||
<sound>
|
<sound>
|
||||||
<volume type="float" userarchive="y">0.8</volume>
|
<volume type="float" userarchive="y">0.8</volume>
|
||||||
|
|
Loading…
Reference in a new issue