Target lists

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
ggibbon
Posts: 120
Joined: Fri Aug 01, 2014 1:02 pm

Hi Hopki

me again.
Is it possible to list more than one target
within the target window and how.


Thanks
Greg
Capture.JPG
Capture.JPG (27.06 KiB) Viewed 1737 times
User avatar
Hopki
Gnome
Posts: 13019
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Greg,
You could use regular expressions as found here: https://ggnome.com/wiki/Using_regular_e ... e_elements
But with Pano2VR 5 and 6 you would use a variable.

Example set a variable, something like: vis_point, true/false, set to false.

Then have a button that has the action:
Source: Mouse Click
Action: Set Variable Value
Variable Name: vis_point
Operation: Not(¬)

This button will toggle the variable between true and false.

You can also have buttons that each set true and then false:
Source: Mouse Click
Action: Set Variable Value
Variable Name: vis_point
Operation: true

And

Source: Mouse Click
Action: Set Variable Value
Variable Name: vis_point
Operation: false


Then deselect visible in both Point01 and Point02 and set a visible logic block
*vis_point = true, visible true.
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