mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
xrt: Define VIVE distortion parameters.
This commit is contained in:
parent
15a97422ba
commit
cdfe8b8d4a
|
@ -128,8 +128,17 @@ struct xrt_device
|
|||
|
||||
struct
|
||||
{
|
||||
// To be filled in.
|
||||
float temp;
|
||||
float aspect_x_over_y;
|
||||
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;
|
||||
|
||||
} distortion;
|
||||
|
|
Loading…
Reference in a new issue