File: stereo.rst

package info (click to toggle)
openmw 0.49.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,992 kB
  • sloc: cpp: 372,479; xml: 2,149; sh: 1,403; python: 797; makefile: 26
file content (64 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Stereo Settings
###############

stereo enabled
--------------

:Type:		boolean
:Range:		True/False
:Default:	False

Enable/disable stereo view. This setting is ignored in VR.

multiview
---------

:Type:		boolean
:Range:		True/False
:Default:	False

If enabled, OpenMW will use the :code:`GL_OVR_MultiView` and :code:`GL_OVR_MultiView2` extensions where possible.

shared shadow maps
------------------

:Type:		boolean
:Range:		True/False
:Default:	True

Use one set of shadow maps for both eyes.
Will likely be significantly faster than the brute-force approach of rendering a separate copy for each eye with no or imperceptible quality loss.

allow display lists for multiview
---------------------------------

:Type:		boolean
:Range:		True/False
:Default:	True

If false, OpenMW-VR will disable display lists when using multiview. Necessary on some buggy drivers, but may incur a slight performance penalty.

use custom view
---------------

:Type:		boolean
:Range:		True/False
:Default:	False

If false, the default OSG horizontal split will be used for stereo.
If true, the config defined in the :ref:`[Stereo View]<Stereo View Settings>` settings category will be used.

.. note::
	This option is ignored in VR, and exists primarily for debugging purposes

use custom eye resolution
-------------------------

:Type:		boolean
:Range:		True/False
:Default:	False

If true, overrides rendering resolution for each eye.

.. note::
	This option is ignored in VR, and exists primarily for debugging purposes