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
Love the navigation, was wondering if it was possible to add a feature where you could put the hotspots to the scene also outside the pano display block, like a floor plan?
The text was updated successfully, but these errors were encountered:
I'd argue that something like this is out of the scope of the library, as many different variations of it are possible. There are various ways to display floor plans, and for outdoor use, a map would be more appropriate, for which there are many mapping libraries.
Thus, I think this is the type of functionality that is best left to custom implementation using the API (although it might make a good advanced example for use of the API). To implement something like this, you'd want to add click handlers to the hot spots on your floor plan that call Pannellum's loadScene method with the appropriate scene name to switch scenes. You could also attach an event handler for Pannellum's load event to highlight the active scene on your floor plan.
Ok, I was able to do a imgmap, and then on the areas use the api (loadScene) as an onclick call for each map to make it change, it's working precisely as I would want it to!
Love the navigation, was wondering if it was possible to add a feature where you could put the hotspots to the scene also outside the pano display block, like a floor plan?
The text was updated successfully, but these errors were encountered: