Fowards and Backwards through a group of panos

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
azvata
Posts: 3
Joined: Fri Jan 20, 2017 11:17 pm

Hello everyone,

I am working on a tour and one of the specifications requested was that the tour have forward and backwards arrows to jump to different areas of the tour. Rather than move forward or backward through every single pano, I need the arrows to cycle through a pre established group of panos
(i.e. group of panos [pano1,pano5,pano9,pano14] move forward and backwards through that group, so pano1<->pano5<->pano9<->pano14 back to pano1). I can't seem to find a solution to my particular issue so any help is greatly appreciated. Thank you
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi azvata,
You can set this up using user data.
Then in the skin you would have a buttons with mouse click open next pano.
You can use the user data text fields Information to go forward and Comment to go back as an example.
If using Pano2VR Pro you would set it up like this:

Pano1 user data:
Information = {node5} (forward)
Comments =

Pano5 user data:
Information = {node9} (forward)
Comments = {node1} (back)

Pano9 user data:
Information = {node14} (forward)
Comments = {node5} (back)

Pano14 user data:
Information =
Comments = {node9} (back)

The forward button would the have the action, mouse click, open next panorama, $ui
The back button would the have the action, mouse click, open next panorama, $uo

Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply