|
Monado OpenXR Runtime
|
Code to parse and handle the modern non-LH HTC configuration data. More...
#include "xrt/xrt_defines.h"
Go to the source code of this file.
Data Structures | |
| struct | htc_eye_coefficients |
| struct | htc_wvr_coefficients |
| struct | htc_modify_coefficients |
| struct | htc_distortion_version |
| struct | htc_warp_parameters |
| struct | htc_eye_distortion |
| struct | htc_config |
Functions | |
| enum htc_distortion_model | htc_string_to_distortion_model (const char *model_str) |
| Converts a string to an HTC distortion model enum value. | |
| bool | htc_config_parse (const char *config_data, size_t config_size, struct htc_config *out_config) |
| bool | htc_config_compute_distortion (struct htc_config *config, int eye, const struct xrt_vec2 *in, struct xrt_uv_triplet *out_result) |
| void | htc_config_get_fov (struct htc_config *config, int eye, struct xrt_fov *out_fov) |
Code to parse and handle the modern non-LH HTC configuration data.
| enum htc_distortion_model htc_string_to_distortion_model | ( | const char * | model_str | ) |
Converts a string to an HTC distortion model enum value.
| model_str | The string representation of the distortion model. |
References U_LOG_W.