Autorotation for one node

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
d-zimin
Posts: 30
Joined: Thu May 21, 2020 12:04 pm

Hello.
How to set autorotation for only one node (start panorama or other one)?
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Use tags, so tag the panoramas that need to autorotate with say, "rotate".
Then anywhere in the skin, but a container with an ID that shows what it's doing such as rotate_control would be better.

Add the actions:
Node Changed, Start Autorotate => Action Filter: if tag = rotate
Node Changed, Stop Autorotate => Action Filter: if tag ≠ rotate

So when a node opens with the tag rotate it will start to autorotate.
When a node opens that does not have the tag rotate, it will stop.
Regards,
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/
d-zimin
Posts: 30
Joined: Thu May 21, 2020 12:04 pm

Thank you!
Post Reply