doc: Document !1105

This commit is contained in:
Jakob Bornecrantz 2022-02-17 00:10:45 +00:00
parent 9cd3b47f94
commit 2f9511e202

View file

@ -0,0 +1,4 @@
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.