You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
I built an application in Swift with an extension of GVRRenderer. The user can view images in mono or stereoscopic version and navigate between different scenes ( change image on sphere). When the user changes scene, we should reset head rotation. This works fine when the view controller is fixed in landscape, but when the view is fixed in portrait it sometimes fails: the view is rotated of π. We tried to check the orientation of the camera after calling ResetHeadRotation: sometimes it turns out to be correct (- z) but the view drawn is wrong.
Is there any solution?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I built an application in Swift with an extension of GVRRenderer. The user can view images in mono or stereoscopic version and navigate between different scenes ( change image on sphere). When the user changes scene, we should reset head rotation. This works fine when the view controller is fixed in landscape, but when the view is fixed in portrait it sometimes fails: the view is rotated of π. We tried to check the orientation of the camera after calling ResetHeadRotation: sometimes it turns out to be correct (- z) but the view drawn is wrong.
Is there any solution?
The text was updated successfully, but these errors were encountered: