Page 1 of 1

Direct node access example

Posted: Tue Nov 17, 2020 8:05 am
by amrithpq
Hi,
Can anyone share a simple Direct node access implementation?
I was following the documentation but unable to load any conten.When I call a tour node it gives me 404 error
I have enabled DNA as well as used a custom name
then called it via URL : index.html#location1

Re: Direct node access example

Posted: Tue Nov 17, 2020 9:28 am
by amrithpq
Hi i have figured it out.
I was using ../index.html#loc1 but using ./index.html#loc1 works
how to pass the fov pan tilt while doing an on clock action to open a URL ?
can I pass the parameters directly via URL?
what is the easiest method?

Re: Direct node access example

Posted: Tue Nov 17, 2020 10:33 am
by Hopki
Hi,
Please see this page which describes how to add Pan, Tilt and FoV: https://ggnome.com/doc/dna/
Also if you go to the Components Forum and look for the Copy to clipboard component it also uses this.
So a good practical example.
Regards,

Re: Direct node access example

Posted: Tue Nov 17, 2020 10:57 am
by amrithpq
Thanks Hopki,
how to fetch the pan tilt fov for each image on a panorama?
description:
I have some 100 products in a panorama and there is a menu that can be used to directly go to the product using panorama. How to get the pan-tilt fov values so I can easily use to link to the product via the menu ?