mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
560 B
560 B
-
u/u_config_json: Added new parameter
uint32_t *out_view_count
to the functionu_config_json_get_remote_settings
to provide the ability to retrieve the view count from the remote settings. -
u/device: Added new function
u_device_setup_one_eye
. -
u/u_distortion: Modified the function
u_distortion_cardboard_calculate
to accept a new parameterstruct xrt_device *xdev
for retrieving theview_count
from the device. Thisview_count
is then used for parameter settings, enhancing the functionality and flexibility of the distortion calculation.