Skip to content

Commit 1d9ec4a

Browse files
committed
Update
1 parent 44a2a6e commit 1d9ec4a

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Docs/README.RU.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
| `Library` | Путь до основной 32-битной библиотеки с функциями. |
2525
| `Library64` | Путь до основной 64-битной библиотеки с функциями. |
2626
| `ScreenIndex` | Индекс VR дисплея. Например, 1 это основной дисплей, а 2 это VR дисплей. |
27-
| `RenderWidth` и `RenderHeight` | Разрешение области рендера. Например, у пользователя недостаточно производительный компьютер и он уменьшает разрешение игры для повышения производительности. |
27+
| `RenderWidth` и `RenderHeight` | Общее разрешение отрисовки кадров. Например, пользователь может повысить его для увеличения качества картинки или понизить для увеличения производительности. |
2828
| `Driver` | Название текущего 32-битного драйвера. |
2929
| `Driver64` | Название текущего 64-битного драйвера. |
3030
| `Drivers` | Путь до папки с драйверами. |
31-
| `IPD` | Межзрачковое расстояние. |
31+
| `IPD` | Программная корректировка межзрачкового расстояния. |
3232
| `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 гарнитуры. |
3534
| `HMDProfiles` | Путь до папки с профилями VR шлемов. |
36-
| `ScreenControl` | Автоматическое включение и отключение VR дисплея. Включение опции - 1, выключение - 0. |
35+
| `ScreenControl` | Включение и отключение VR дисплея при запуске приложений. Включение опции - 1, выключение - 0. Необходимо для дисплеев в расширенном режиме. |

Docs/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ The registry settings are in the branch `HKEY_CURRENT_USER\Software\TrueOpenVR`.
2222
| ------------- | ------------- |
2323
| `Library` | The path to the main 32-bit library with functions. |
2424
| `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. |
2727
| `Driver` | Current 32-bit driver name. |
2828
| `Driver64` | Current 64-bit driver name. |
2929
| `Drivers` | Path to the folder with drivers. |
30-
| `IPD` | Interpupillary distance. |
30+
| `IPD` | Software correction of interpupillary distance. |
3131
| `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. |
3433
| `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

Comments
 (0)