Skip to content

Commit 364e6c4

Browse files
committed
Fixes & improvements
1 parent 77982d9 commit 364e6c4

4 files changed

Lines changed: 23 additions & 12 deletions

File tree

Docs/README.RU.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818

1919
# Параметры TrueOpenVR
20-
The application has two windows, the first window is the render for the VR display, and the second window is the control window. The control window is displayed on the desktop from which the application was launched. The control window has the ability to close the application, as well as other functions at the discretion of the developer.
20+
Желательно, чтобы приложение имело два окна, главное окно с игрой или программой для VR дисплея и второе небольшое окно, расположенное на рабочем столе обычного дисплея (не VR), с возможностью закрыть приложение и, возможно, еще некоторыми функциями.
2121

22-
The first render window should be run in the "Borderless Windowed FullScreen" mode, which means a normal window, without borders, with the size of the display resolution.
22+
Первое основное окно должно быть запущено в режиме "Borderless Windowed FullScreen", что означает обычное окно без рамок с размером разрешения дисплея.
2323

2424
![](https://user-images.githubusercontent.com/9499881/27838382-5d76aadc-60fb-11e7-9a1c-a312f2dddccc.png)
2525

@@ -30,12 +30,15 @@ The first render window should be run in the "Borderless Windowed FullScreen" mo
3030
| ------------- | ------------- |
3131
| `Library` | Путь до основной 32-битной библиотеки с функциями. |
3232
| `Library64` | Путь до основной 64-битной библиотеки с функциями. |
33-
| `ScreenIndex` | Индекс VR экрана. Например, 1 это основной дисплей, а 2 это VR дисплей. |
34-
| `Scale` | Маштабирование изображения. Если значение содержит 1, изображение с длинной "RenderWidth" и высотой "RenderHeight" растягивается до "UserWidth" и "UserHeight". Если значение содержит 0, изображение не маштабируется и отображается в центре окна. Пустые области окна имеют черный фон. |
35-
| `UserWidth` и `UserHeight` | Размеры изображения в окне. По умолчанию это размер дисплея "ScreenIndex", однако пользователь может его изменить, для устранения слепых зон в VR шлеме. |
33+
| `ScreenIndex` | Индекс VR дисплея. Например, 1 это основной дисплей, а 2 это VR дисплей. |
3634
| `RenderWidth` и `RenderHeight` | Разрешение области рендера. Например, у пользователя недостаточно производительный компьютер и он уменьшает разрешение игры для повышения производительности. |
37-
| `FOV` | Поле зрения. |
3835
| `Driver` | Название текущего драйвера. |
3936
| `Driver64` | Название текущего 64-битного драйвера. |
40-
| `Drivers` | Путь до папки с драйверами. |
37+
| `Drivers` | Путь до папки с драйверами. |
38+
| `IPD` | Межзрачковое расстояние. |
39+
| `DistortionK1`, `DistortionK2` | Коэффициенты коррекции искажений линз для VR гарнитур. |
40+
| `DistanceScaleX`, `DistanceScaleY` | Масштабирование стерео изображений по вертикали и горизонтали. Значения от 1 до -0, где 1 это 100% одного стерео изображения. Пользователь может уменьшить их. Необходимо для изменения стерео изображений под размер линз VR гарнитуры. |
41+
| `DistanceBetweenEyes` | Смещение центра стерео изображений по горизонтали. Пользователь может приблизить (-n) или отдалить (n) стерео изображения друг от друга. Значения от 1 до -1, где 1 это 100% одного стерео изображения. Необходимо для самодельных VR гарнитур и гарнитур на базе Android смартфона. |
42+
| `ScreenOffsetX` | Смещение центра стерео изображений по вертикали. Пользователь может сместить изображения вверх (-n) или вниз (n). Значения от 0.5 до -0.5, где 0.5 это 50% одного стерео изображения. Необходимо для самодельных VR гарнитур и гарнитур на базе Android смартфона. |
43+
| `HeadsetProfiles` | Путь до папки с профилями VR гарнитур. |
4144
| `ScreenControl` | Автоматическое включение и отключение VR дисплея. Включение опции - 1, выключение - 0. |

Docs/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All functions are imported directly from the "TOVR.dll" library. The library pat
1717

1818
# Parameters TrueOpenVR
1919
It is desirable that the application has two windows, a main window with a game or program for the VR display and a second small window located on the desktop of a conventional display (not a VR), with the ability to close the application and possibly some more functions.
20+
2021
The main window should be launched in the "Borderless Windowed FullScreen" mode, which means a normal window, without borders, with the size of the display resolution.
2122

2223
![](https://user-images.githubusercontent.com/9499881/27838382-5d76aadc-60fb-11e7-9a1c-a312f2dddccc.png)
@@ -29,11 +30,14 @@ The registry settings are in the branch `HKEY_CURRENT_USER\Software\TrueOpenVR`.
2930
| `Library` | The path to the main 32-bit library with functions. |
3031
| `Library64` | The path to the main 64-bit library with functions. |
3132
| `ScreenIndex` | VR screen index. For example, 1 is the main display, and 2 is the VR display. |
32-
| `Scale` | Scaling an image. If the value contains 1, the image with the long "RenderWidth" and the height of "RenderHeight" is stretched to "UserWidth" and "UserHeight". If the value contains 0, the image is not scaled and displayed in the center of the window. Empty areas of the window have a black background. |
33-
| `UserWidth` and `UserHeight` | The size image in the window. By default, this is the size of the "ScreenIndex" display, but the user can change it to eliminate blind areas in the VR headset. |
3433
| `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. |
35-
| `FOV` | Field of view. |
3634
| `Driver` | Current driver name. |
3735
| `Driver64` | Current 64-bit driver name. |
3836
| `Drivers` | Path to the folder with drivers. |
37+
| `IPD` | Interpupillary distance. |
38+
| `DistortionK1`, `DistortionK2` | Lens distortion correction coefficients for VR headsets. |
39+
| `DistanceScaleX`, `DistanceScaleY` | Scaling of stereo images vertically and horizontally. Values between 1 and 0, 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 headset. |
40+
| `DistanceBetweenEyes` | Offset the center of the stereo images horizontally. The user can zoom in (-n) or zoom out (n) stereo images from each other. Values between 1 and -1, where 1 is 100% of one stereo image. It is necessary for DIY VR headsets and headsets based on Android smartphone. |
41+
| `ScreenOffsetX` | Offset the center of the stereo image vertically. The user can move the images to up (-n) or down (n). Values between 0.5 and -0.5, where 0.5 is 50% of one stereo image. It is necessary for DIY VR headsets and headsets based on Android smartphone. |
42+
| `HeadsetProfiles` | Path to the folder with VR headsets profiles. |
3943
| `ScreenControl` | Automatically turn on and off VR display. Enabling the option is 1, the shutdown is 0. |

README.RU.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ TrueOpenVR -
3737

3838
- Поддержка контроллеров (Razer Hydra, PS Move, Oculus, Nolo, HTC Vive, Daydream, Gear VR), а также разработка и поддержка "бумажного" контроллера (веб-камера + Aruco маркеры + Arduino или веб-камера + Aruco marker + Daydream).
3939

40-
- Профили искажения изображения для линз и примеры по работе с ними.
40+
- Примеры работы с профилями искажения изображения линз.
41+
42+
- Примеры работы стандарта на Unreal Engine 4 и Unity.
4143

4244
## Загрузка
4345
>Версия для Windows 7, 8.1, 10

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ TrueOpenVR is an open VR standard, made in accordance with the concept of "Plug
3737

3838
- Support controllers (Razer Hydra, PS Move, Oculus, Nolo, HTC Vive, Daydream, Gear VR), development and support of a "paper" controller (webcam + Aruco markers + Arduino or webcam + Aruco marker + Daydream).
3939

40-
- Distortion image profiles for lens and samples for working with them.
40+
- Work samples with lens distortion image profiles.
41+
42+
- Work samples with standard on Unreal Engine 4 and Unity.
4143

4244
## Download
4345
>Version for Windows 7, 8.1, 10

0 commit comments

Comments
 (0)