How to go to a specific node ?

Q&A about the latest versions
Post Reply
User avatar
dePassage66
Posts: 86
Joined: Mon Mar 20, 2023 11:19 am

Hi to all,

I wonder what's wrong with what I've done with the logic block below in the screen capture ?

I want the hotspot to go to a specific node.
The name of this node is known by the variable "_nomDuZoomAvant".
I use a place holder in expert mode to give it.
Capture d'écran 2023-10-23 171236.png
Capture d'écran 2023-10-23 171236.png (37.6 KiB) Viewed 18113 times
When I run the panorama and click on the first hotspot I get an error shown below.
Capture d'écran 2023-10-23 171819.png
Capture d'écran 2023-10-23 171819.png (7.35 KiB) Viewed 18113 times
Why is it so complicaded to do something so simple ?
Any idea ?

Regards,
pour Visites Guidées Panoramiques https://www.visitespanoramiques.com/index.html
(sorry, no translation available yet!)
User avatar
3DV
Posts: 146
Joined: Tue Dec 15, 2015 12:44 pm
Contact:

Make sure the final node string has { } around it, so it looks like this: {node11}.
So if _nomDuZoomAvant is node11, use URL: {$(*_nomDuZoomAvant)}
Last edited by 3DV on Tue Oct 24, 2023 3:33 pm, edited 1 time in total.
Ruud van Reenen
3DV - Real estate artist impressions and animations
VR Tourviewer - Experience Pano2VR tours on Oculus Go, Quest, Rift, Pico and Cardboard VR headsets
User avatar
dePassage66
Posts: 86
Joined: Mon Mar 20, 2023 11:19 am

Hi Ruud van Reenen,

Thank you for your answer.

Even with your solution it doesn't work
Image

I just made a copy / paste...
Image

Really complicated this software :roll:

Regards,
Attachments
Capture d'écran 2023-10-24 125359.png
Capture d'écran 2023-10-24 125359.png (17.61 KiB) Viewed 18102 times
Capture d'écran 2023-10-24 125258.png
Capture d'écran 2023-10-24 125258.png (15.55 KiB) Viewed 18102 times
pour Visites Guidées Panoramiques https://www.visitespanoramiques.com/index.html
(sorry, no translation available yet!)
User avatar
3DV
Posts: 146
Joined: Tue Dec 15, 2015 12:44 pm
Contact:

Sorry if the example wasn't clear, the URL: part should not be in the input field. There were double _ in my reply, which shouldn't be there either.
Just this:

{$(*_nomDuZoomAvant)}
Ruud van Reenen
3DV - Real estate artist impressions and animations
VR Tourviewer - Experience Pano2VR tours on Oculus Go, Quest, Rift, Pico and Cardboard VR headsets
User avatar
dePassage66
Posts: 86
Joined: Mon Mar 20, 2023 11:19 am

No, no, I did a test also with :

Code: Select all

{$(*_nomDuZoomAvant)}
with the same result...

I should have said before, sorry.

Thanks anyway for your help,

Regards,
pour Visites Guidées Panoramiques https://www.visitespanoramiques.com/index.html
(sorry, no translation available yet!)
User avatar
dePassage66
Posts: 86
Joined: Mon Mar 20, 2023 11:19 am

Oups !

I probably made a syntax error because now it works fine !

Thanks you very much Ruud van Reenen,
Regards,
pour Visites Guidées Panoramiques https://www.visitespanoramiques.com/index.html
(sorry, no translation available yet!)
Post Reply