fbriggs / lifecast_public

Open source software from Lifecast Inc for immersive volumetric VR videos and photos.
MIT License
164 stars 17 forks source link

Add _min_fov parameter to fix FOV on mobile devices #61

Closed lwneal closed 6 months ago

lwneal commented 6 months ago

This adds a new parameter _min_fov to the player, intended to fix some of the extreme differences between desktop and mobile FOV in 2D mode.

Setting _vfov = 80 as we currently do and _min_fov = 60 seems to me to give reasonable results for desktop and mobile.