mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
5 lines
288 B
Markdown
5 lines
288 B
Markdown
|
Add the ability for `xrt_device` to dynamically change the fov of the views
|
||
|
return back to the applications. We do this by addning a new function called
|
||
|
`xrt_device::get_view_poses` and removing the old one. This function now returns
|
||
|
view poses, fovs and the observer position in one go.
|