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
Параметр **"Scale"** отвечает за маштабирование изображения. Если параметр имеет значение "True", то изображение с длинной "UserWidth" и высотой "UserHeight" растягивается на весь дисплей "ScreenIndex".
48
48
Если параметр имеет значение "False", то изображение не маштабируется и отображается в центре окна, пустые области окна имеют черный фон. Параметр необходим для устранения слепых зон в VR шлеме.
49
49
50
+
51
+
Параметр **FOV** отвечает за поле зрения, видимое глазом.
52
+
53
+
50
54
Параметры **"UserWidth"** и **"UserHeight"** отвечают за размеры изображения в окне. По умолчанию это размер дисплея "ScreenIndex", однако пользователь может его изменить, чтобы устранить слепые зоны.
**GetControllersData** - Receiving data (buttons, sticks, triggers) about the VR controller. In case of successful reception, returns 1, otherwise 0.
24
24
@@ -48,6 +48,9 @@ The **"Scale"** parameter is responsible for scaling the image. If the parameter
48
48
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.
49
49
50
50
51
+
The **"FOV"** parameter is responsible for the field of vision seen by the eye.
52
+
53
+
51
54
The **"UserWidth"** and **"UserHeight"** parameters are responsible for the size of the image in the window. By default, this is the size of the "ScreenIndex" display, but the user can change it to eliminate blind areas.
52
55
53
56
@@ -56,6 +59,8 @@ The **"RenderWidth"** and **"RenderHeight"** parameters are responsible for reso
56
59
57
60
The **"Library"** parameter is responsible for the path to the main library with the functions that you need to load to retrieve data.
58
61
62
+
59
63
The **"Drivers"** parameter is responsible for the path to the folder with the drivers.
60
64
65
+
61
66
The **"Driver"** parameter is responsible for the name of the current driver.
0 commit comments