I am trying to understand the gyro functions.
If I have an image whose range is -90 to 0, then it works well in the preview/emulator, so that the image disappears on any positive value, but on the watch the image stays present in all angles.
My idea is to have different images show and hide based on the tilt of the watch. I see a limit where one can’t have an image only show between -90 and -50, as the settings want to throw a reciprocal +50. But I would like to have a series of images at every 30 degrees or so.
Also, I am mystified on how to use just the X axis without the Y axis, as tilts seem to prefer the positive X and Y to the negative X and Y, meaning the tilt goes from the Northwest to the Southeast, rather than just North to South. If a watch’s X = -90 and is held perfectly level then the Y value is 0. Just a slight tilt to the right pushes the Y into a negative range. How do I allow an image to show and hide at only the X values, and how to slice up the full -90 to +90 range to show and hide images?