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 Mar 21, 2024. It is now read-only.
I have gotten this to work, but cant figure out how to view in full spherical vs cylyndrical or how to get the buttons you show in your demo GIF. Thanks for the help!
The text was updated successfully, but these errors were encountered:
you can use the example in the pack for the full screen, the module is already in full screen. to put buttons ON the panorama, just add a style to the button and set the position to "absolute"
Thanks @mimmobordini that's indeed how you should go about adding controls to the scene.
The demo gif is from the parent library used on iOS. Because we do not have a way to toggle the type of view (spherical / cylindrical) with the library we use on Android we're not able to provide it as a cross platform API in this component. You're welcome to contribute, I would love to point you in the right direction :)
The iOS side already decides between cylindrical and spherical automatically based on the image's dimensions. I don't think you really need to manually change this in any way. Furthermore, cylindrical mode look quite ugly if used with a spherical image.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have gotten this to work, but cant figure out how to view in full spherical vs cylyndrical or how to get the buttons you show in your demo GIF. Thanks for the help!
The text was updated successfully, but these errors were encountered: