doc: Document !839

This commit is contained in:
Moses Turner 2021-06-16 04:19:58 -05:00
parent 3569e4f2ed
commit 4390b800f2
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
util: added `u_device_2d_extents` and `u_setup_2d_extents_split_side_by_side` -
this is hopefully to eliminate confusion: the FOV you had to give to
`u_device_split_side_by_side` was just a dummy value, but some people thought
it was the actual headset's FOV.

View file

@ -0,0 +1 @@
math: Add `math_map_ranges` function, does the same thing as Arduino's `map`.

View file

@ -0,0 +1,5 @@
north_star:
- Upstreams Moses Turner's "VIPD" distortion.
- Fixes the FOV calc on the v1/3D distortion.
- General improvement of code organization.
- Improved JSON parsing.