Rotating panoramic images in VR
I have lots of 360 degrees panoramic photos that are captured with the same camera. Every photo has a certain point that corresponds to the north. This pixel has the same position in every photo. I would like to load them in Android and offset them. I want the north to be in the same position when user rotates the phone. I've tried VrPanoramaView from Google but it always resets the rotation of the image to the phone's current rotation. Can you suggest any other solutions?