Monado OpenXR Runtime
u_panotools_values Struct Reference

Values to create a distortion mesh from panotools values. More...

#include <util/u_distortion_mesh.h>

Collaboration diagram for u_panotools_values:

Data Fields

float distortion_k [5]
 Panotools universal distortion k (reverse order from OpenHMD). More...
 
float aberration_k [3]
 Panotools post distortion scale, <r, g, b>. More...
 
float scale
 Panotools warp scale. More...
 
struct xrt_vec2 lens_center
 Center of the lens. More...
 
struct xrt_vec2 viewport_size
 Viewport size. More...
 

Detailed Description

Values to create a distortion mesh from panotools values.

Field Documentation

◆ aberration_k

float u_panotools_values::aberration_k[3]

Panotools post distortion scale, <r, g, b>.

◆ distortion_k

float u_panotools_values::distortion_k[5]

Panotools universal distortion k (reverse order from OpenHMD).

◆ lens_center

struct xrt_vec2 u_panotools_values::lens_center

Center of the lens.

◆ scale

float u_panotools_values::scale

Panotools warp scale.

◆ viewport_size

struct xrt_vec2 u_panotools_values::viewport_size

Viewport size.


The documentation for this struct was generated from the following file: