The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/ns: apply right eye fov correctly

+4 -4
+4 -4
src/xrt/drivers/north_star/ns_hmd.c
··· 424 424 ns->eye_configs_v2[0].fov.angle_up = 0.6; 425 425 ns->eye_configs_v2[0].fov.angle_down = -0.6; 426 426 427 - ns->eye_configs_v2[0].fov.angle_left = -0.6; 428 - ns->eye_configs_v2[0].fov.angle_right = 0.6; 429 - ns->eye_configs_v2[0].fov.angle_up = 0.6; 430 - ns->eye_configs_v2[0].fov.angle_down = -0.6; 427 + ns->eye_configs_v2[1].fov.angle_left = -0.6; 428 + ns->eye_configs_v2[1].fov.angle_right = 0.6; 429 + ns->eye_configs_v2[1].fov.angle_up = 0.6; 430 + ns->eye_configs_v2[1].fov.angle_down = -0.6; 431 431 432 432 433 433