The open source OpenXR runtime
0
fork

Configure Feed

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

a/vive: Add FoV tweaks for another index HMD

authored by

Mateo de Mayo and committed by
Jakob Bornecrantz
ae1de1f2 a4a68500

+20 -1
+20 -1
src/xrt/auxiliary/vive/vive_tweaks.c
··· 28 28 const struct xrt_fov fovs[2]; 29 29 }; 30 30 31 - static const struct fov_entry fovs[1] = { 31 + static const struct fov_entry fovs[] = { 32 32 { 33 33 .device_serial_number = "LHR-4DC3ADD6", 34 34 .fovs = ··· 45 45 .angle_right = 0.908661, 46 46 .angle_up = 0.954474, 47 47 .angle_down = -0.953057, 48 + }, 49 + }, 50 + }, 51 + { 52 + .device_serial_number = "LHR-C1BF2059", // @mateosss 53 + .fovs = 54 + { 55 + { 56 + .angle_left = -0.907341, 57 + .angle_right = 0.897500, 58 + .angle_up = 0.953644, 59 + .angle_down = -0.953628, 60 + }, 61 + { 62 + 63 + .angle_left = -0.897566, 64 + .angle_right = 0.907700, 65 + .angle_up = 0.954293, 66 + .angle_down = -0.952802, 48 67 }, 49 68 }, 50 69 },