Page 1 of 1

nodes selection

Posted: Fri Jan 18, 2019 7:38 pm
by blitztitus
Hi,
how do we make node{pano} selection for an iframe ?
for example we have 1 project{house} where it has the bathroom , bedroom, kitchen , etcs.
in this case we usually place the iframe of the index.. but how we make an iframe of the bedroom while we only the index.html.
I wanted to show the node/bedroom using an iframe selection , but how we seperate each panorama to place while we only have index.html page.

Re: nodes selection

Posted: Thu Jan 24, 2019 3:10 am
by blitztitus
i will try to give an example here...

it supposed generate a "startscene" ..
this what I found from others webs --> ..../index.html?startscene=2
how do i create"startscene=1" , "startscene=2" and so on...

Re: nodes selection

Posted: Thu Jan 24, 2019 3:56 am
by Tony
Hi,

You want to use Direct Node Access. You can read about it here https://ggnome.com/doc/pano2vr/6/dna/

Here's an example...

Complete Tour: https://s3-ap-southeast-2.amazonaws.com ... index.html

Individual Nodes in iFrames: https://tonyredhead.com/direct-node-access

iFrame code:

Code: Select all

<IFRAME src="https://s3-ap-southeast-2.amazonaws.com/360panoramas/Brompton-Gasworks-NoRotate/index.html#node2" width="100%" height="640" frameborder="no" scrolling="no" allowfullscreen="true"></IFRAME>
cheers,

Tony

Re: nodes selection

Posted: Thu Jan 24, 2019 1:57 pm
by blitztitus
THANK YOU !!!

Re: nodes selection

Posted: Thu Jan 24, 2019 10:06 pm
by Tony
Your welcome :D