You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/README.RU.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,12 @@
24
24
|`Library`| Путь до основной 32-битной библиотеки с функциями. |
25
25
|`Library64`| Путь до основной 64-битной библиотеки с функциями. |
26
26
|`ScreenIndex`| Индекс VR дисплея. Например, 1 это основной дисплей, а 2 это VR дисплей. |
27
-
|`RenderWidth` и `RenderHeight`|Разрешение области рендера. Например, у пользователя недостаточно производительный компьютер и он уменьшает разрешение игры для повышения производительности. |
27
+
|`RenderWidth` и `RenderHeight`|Общее разрешение отрисовки кадров. Например, пользователь может повысить его для увеличения качества картинки или понизить для увеличения производительности. |
28
28
|`Driver`| Название текущего 32-битного драйвера. |
29
29
|`Driver64`| Название текущего 64-битного драйвера. |
|`DistortionK1`, `DistortionK2`| Коэффициенты коррекции искажений линз для VR шлемов. |
33
-
|`DistanceScaleX`, `DistanceScaleY`| Масштабирование стерео изображений по вертикали и горизонтали. Значения от 0 до 1, где 1 это 100% одного стерео изображения. Пользователь может уменьшить их. Необходимо для изменения стерео изображений под размер линз VR гарнитуры. |
34
-
|`OffsetX`, `OffsetY`| Смещение изображения по вертикали и горизонтали. Пользователь может сместить изображение вверх (-n) или вниз (n), влево (-n) или вправо (n). Значения в процентах от -1 до 1, по умолчанию 0. Необходимо для самодельных VR шлемов и шлемов на базе Android смартфона. |
33
+
|`ScaleWidth`, `ScaleHeight`| Масштабирование стерео изображений по вертикали и горизонтали. Значения от 0 до 100, где 100 это 100% одного стерео изображения. Пользователь может уменьшить их. Необходимо для изменения стерео изображений под размер линз VR гарнитуры. |
35
34
|`HMDProfiles`| Путь до папки с профилями VR шлемов. |
|`ScreenControl`|Включение и отключение VR дисплея при запуске приложений. Включение опции - 1, выключение - 0. Необходимо для дисплеев в расширенном режиме. |
Copy file name to clipboardExpand all lines: Docs/README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,13 @@ The registry settings are in the branch `HKEY_CURRENT_USER\Software\TrueOpenVR`.
22
22
| ------------- | ------------- |
23
23
|`Library`| The path to the main 32-bit library with functions. |
24
24
|`Library64`| The path to the main 64-bit library with functions. |
25
-
|`ScreenIndex`| VR screen index. For example, 1 is the main display, and 2 is the VR display. |
26
-
|`RenderWidth` and `RenderHeight`|Resolution of the render area. For example, a user lacks a productive computer and reduces the resolution of the game to improve performance.|
25
+
|`ScreenIndex`| VR screen index. For example, 1 is the main display, and 2 is the VR display. |
26
+
|`RenderWidth` and `RenderHeight`|Common frame rendering resolution. For example, the user can increase it to increase the quality of the picture or lower it to increase performance. |
27
27
|`Driver`| Current 32-bit driver name. |
28
28
|`Driver64`| Current 64-bit driver name. |
29
29
|`Drivers`| Path to the folder with drivers. |
30
-
|`IPD`|Interpupillary distance. |
30
+
|`IPD`|Software correction of interpupillary distance. |
31
31
|`DistortionK1`, `DistortionK2`| Lens distortion correction coefficients for VR HMD. |
32
-
|`DistanceScaleX`, `DistanceScaleY`| Scaling of stereo images vertically and horizontally. Values in percent from 0 to 1, where 1 is 100% of one stereo image. The user can reduce them. It is necessary for change the stereo image for the size of the lens VR HMD. |
33
-
|`OffsetX`, `OffsetY`| Offset the center of the stereo image vertically and horizontally. The user can move the image up (-n) or down (n), left (-n) or right (n). Values in percent from -1 to 1, default is 0. It is necessary for DIY VR HMD and HMD based on Android smartphone. |
32
+
|`ScaleWidth`, `ScaleHeight`| Scale stereo images vertically and horizontally. Values range from 0 to 100, where 100 is 100% of one stereo image. User can reduce them. It is necessary to change the stereo image to fit the size of a VR HMD lens. |
34
33
|`HMDProfiles`| Path to the folder with VR HMD profiles. |
35
-
|`ScreenControl`|Automatically turn on and off VR display. Enabling the option is 1, the shutdown is 0. |
34
+
|`ScreenControl`|Turn on or turn off the VR display when launching applications. The on of the option - 1, off - 0. Required for displays in extended mode. |
0 commit comments