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
Параметр **"ScreenIndex"** отвечает за номер дисплея. Например, 1 это основной дисплей, а 2 это VR шлем.
52
52
53
53
54
+
Параметр **"ScreenControl"** отвечает за автоматическое включение и отключения VR дисплея. Включение опции - 1, выключение - 0.
55
+
56
+
54
57
Параметр **"Scale"** отвечает за маштабирование изображения. Если параметр имеет значение "True", то изображение с длинной "UserWidth" и высотой "UserHeight" растягивается на весь дисплей "ScreenIndex".
55
58
Если параметр имеет значение "False", то изображение не маштабируется и отображается в центре окна, пустые области окна имеют черный фон. Параметр необходим для устранения слепых зон в VR шлеме.
Copy file name to clipboardExpand all lines: Library/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,9 @@ All parameters are in the registry branch **"HKEY_CURRENT_USER\Software\TrueOpen
51
51
The **"ScreenIndex"** parameter is responsible for the display number. For example, 1 is the main display, and 2 is the VR headset.
52
52
53
53
54
+
The **"ScreenControl"** parameter is responsible for the auto enable and disable VR display. Enable option - 1, disable - 0.
55
+
56
+
54
57
The **"Scale"** parameter is responsible for scaling the image. If the parameter is set to "True", then the image with width "UserWidth" and height of "UserHeight" is stretched to the entire display "ScreenIndex".
55
58
If the parameter is set to "False", the image is not scaled and displayed in the center of the window, empty areas of the window have a black background. The parameter is necessary to eliminate blind areas in the VR headset.
Copy file name to clipboardExpand all lines: README.RU.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ TrueOpenVR -
12
12
13
13
- Для разработчиков драйверов VR устройств: [готовые и демострационные драйверы](https://github.com/TrueOpenVR/TrueOpenVR-Drivers).
14
14
15
-
- Присылайте ваши исправления, патчи, демонстрационные примеры и так далее.
15
+
- Присылайте ваши исправления, патчи, демонстрационные примеры, переводы и так далее.
16
16
17
17
- Пишите ваши предложения или запросы новой функциональности через "Issue" или почту.
18
18
@@ -28,15 +28,14 @@ TrueOpenVR -
28
28
- Поддержка самодельных VR устройств.
29
29
30
30
## Планы на будущее:
31
-
- Включение и выключение VR дисплея шлема, при открытии и закрытии TOVR приложения (опционально).
32
31
33
32
- Создание быстрого VR плеера, VR просмотрщика фотографий и демонстрационной VR игры.
34
33
35
-
- Поддержка VR шлемов (Oculus DK1, DK2, CV1, PS VR, HTC Vive, OSVR HDK и так далее).
34
+
- Поддержка VR шлемов (PS VR, Oculus CV1, DK1, DK2, OSVR HDK, HTC Vive и так далее).
36
35
37
36
- Поддержка трекеров (Aruco Paper, Point tracker и так далее) для самодельных VR шлемов.
38
37
39
-
- Поддержка контроллеров (Razer Hydra, PS Move, Oculus, HTC Vive, Nolo, Daydream, Gear), а также разработка и поддержка "бумажного" контроллера (веб-камера + Aruco маркеры + Arduino или веб-камера + Aruco marker + Daydream).
38
+
- Поддержка контроллеров (Razer Hydra, PS Move, Oculus, Nolo, HTC Vive, Daydream, Gear VR), а также разработка и поддержка "бумажного" контроллера (веб-камера + Aruco маркеры + Arduino или веб-камера + Aruco marker + Daydream).
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ TrueOpenVR is an open VR standard, made in accordance with the concept of "Plug
12
12
13
13
- For developers drivers for VR devices: [sample and ready drivers](https://github.com/TrueOpenVR/TrueOpenVR-Drivers).
14
14
15
-
- Send your fixes, patches, samples, demos or etc.
15
+
- Send your fixes, patches, samples, demos, translations or etc.
16
16
17
17
- Write your proposals or feature requests through "Issue" or email.
18
18
@@ -28,15 +28,14 @@ TrueOpenVR is an open VR standard, made in accordance with the concept of "Plug
28
28
- Support for DIY VR devices.
29
29
30
30
## Future plans:
31
-
- Turn on and off VR headset display, when opening and closing the TOVR application (optional).
32
31
33
32
- Create a fast VR player, VR photo viewer and VR game demo.
34
33
35
-
- Support VR headsets (Oculus DK1, DK2, CV1, PS VR, HTC Vive, OSVR HDK and etc).
34
+
- Support VR headsets (PS VR, Oculus CV1, DK1, DK2, OSVR HDK, HTC Vive and etc).
36
35
37
36
- Trackers support (Aruco Paper, Point tracker and etc) for DIY VR headset.
38
37
39
-
- Support controllers (Razer Hydra, PS Move, Oculus, HTC Vive, Nolo, Daydream, Gear), and the development and support of a "paper" controller (webcam + Aruco markers + Arduino or webcam + Aruco marker + Daydream).
38
+
- 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).
0 commit comments