mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
a/vive: Add FoV tweaks for another index HMD
This commit is contained in:
parent
a4a6850094
commit
ae1de1f2b5
|
@ -28,7 +28,7 @@ struct fov_entry
|
|||
const struct xrt_fov fovs[2];
|
||||
};
|
||||
|
||||
static const struct fov_entry fovs[1] = {
|
||||
static const struct fov_entry fovs[] = {
|
||||
{
|
||||
.device_serial_number = "LHR-4DC3ADD6",
|
||||
.fovs =
|
||||
|
@ -48,6 +48,25 @@ static const struct fov_entry fovs[1] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
.device_serial_number = "LHR-C1BF2059", // @mateosss
|
||||
.fovs =
|
||||
{
|
||||
{
|
||||
.angle_left = -0.907341,
|
||||
.angle_right = 0.897500,
|
||||
.angle_up = 0.953644,
|
||||
.angle_down = -0.953628,
|
||||
},
|
||||
{
|
||||
|
||||
.angle_left = -0.897566,
|
||||
.angle_right = 0.907700,
|
||||
.angle_up = 0.954293,
|
||||
.angle_down = -0.952802,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue