fbriggs / lifecast_public

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

Pinch gesture control guardrails #75

Closed lwneal closed 5 months ago

lwneal commented 5 months ago

Based on user testing over the weekend, here's a minor change adding guardrails to prevent some glitchy or confusing behavior.

First, pause any motion that involves dividing by handDistance (rotation and scaling) whenever handDistance is close to zero.

Second, move the min/max scale and translation values to be a bit stricter, so that the hologram can't accidentally be made unviewable.