mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
xrt: Define VIVE distortion parameters.
This commit is contained in:
parent
15a97422ba
commit
cdfe8b8d4a
|
@ -128,8 +128,17 @@ struct xrt_device
|
||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
// To be filled in.
|
float aspect_x_over_y;
|
||||||
float temp;
|
float grow_for_undistort;
|
||||||
|
|
||||||
|
//! Left/right
|
||||||
|
float undistort_r2_cutoff[2];
|
||||||
|
|
||||||
|
//! Left/right, x/y
|
||||||
|
float center[2][2];
|
||||||
|
|
||||||
|
//! left/right, r/g/b, a/b/c
|
||||||
|
float coefficients[2][3][3];
|
||||||
} vive;
|
} vive;
|
||||||
|
|
||||||
} distortion;
|
} distortion;
|
||||||
|
|
Loading…
Reference in a new issue