|
Monado OpenXR Runtime
|

Data Fields | |
| float | eye_relief_m |
| Distance from the lens surface. | |
| const float * | k |
| The catmull-rom coeffecients. | |
| int | k_count |
| The amount of coeffecients in use. | |
| float | chromatic_abberation [4] |
| Color fringing correction. | |
| float | max_r |
| The tan-angle radius the last entry of k corresponds to. | |
| float | meters_per_tan_angle |
| How many metres across the panel one unit of tan-gent covers, measured at the centre of the lens. | |
| float u_rift_eye_profile::chromatic_abberation[4] |
Color fringing correction.
| float u_rift_eye_profile::eye_relief_m |
Distance from the lens surface.
| const float* u_rift_eye_profile::k |
The catmull-rom coeffecients.
Referenced by magnification().
| int u_rift_eye_profile::k_count |
The amount of coeffecients in use.
Referenced by magnification(), and u_compute_distortion_rift().
| float u_rift_eye_profile::max_r |
The tan-angle radius the last entry of k corresponds to.
Referenced by magnification().
| float u_rift_eye_profile::meters_per_tan_angle |
How many metres across the panel one unit of tan-gent covers, measured at the centre of the lens.