Search found 193 matches

by Neal
Wed Aug 11, 2021 6:14 pm
Forum: Pano2VR general
Topic: Using Firebase Analytics with the Firebase SDK
Replies: 14
Views: 7297

Re: Using Firebase Analytics with the Firebase SDK

The titles for the nodes can be found at: pano.Vh[nodeID].title. You can also find most of the information for all the nodes in Vh[nodeID]. If you are using an "onClick" method, I think that occurs before the node change event. So you might have to get the nodeID from the hotspot and use t...
by Neal
Tue Aug 10, 2021 7:53 pm
Forum: Pano2VR general
Topic: Using Firebase Analytics with the Firebase SDK
Replies: 14
Views: 7297

Re: Using Firebase Analytics with the Firebase SDK

You can use the console in devTools to determine what Pano2VR exposes. That will allow you to see which variable you want to use.
by Neal
Tue Aug 10, 2021 12:23 am
Forum: Pano2VR general
Topic: It's taken over a week to make a so-so Pano
Replies: 6
Views: 2583

Re: It's taken over a week to make a so-so Pano

Really it was just a bunch of small repetitive tasks, that I have not found a good way to automate. I add in a node, I then set north, then have to link to all the other nodes in view. That has to be repeated for each node. Then I have to place the nodes on the floor plan map. Which means creating a...
by Neal
Mon Aug 09, 2021 11:36 pm
Forum: Pano2VR general
Topic: Using Firebase Analytics with the Firebase SDK
Replies: 14
Views: 7297

Re: Using Firebase Analytics with the Firebase SDK

What is the advantage of recording the value of a hotspot versus what is actually showing? The hotspot may or may not be clicked on.
by Neal
Mon Aug 09, 2021 6:25 pm
Forum: Pano2VR general
Topic: Using Firebase Analytics with the Firebase SDK
Replies: 14
Views: 7297

Re: Using Firebase Analytics with the Firebase SDK

That is for the node currently displaying.
by Neal
Mon Aug 09, 2021 6:03 pm
Forum: Pano2VR general
Topic: Using Firebase Analytics with the Firebase SDK
Replies: 14
Views: 7297

Re: Using Firebase Analytics with the Firebase SDK

In the Javascript try this:

Code: Select all

let nodeID = pano.Qa;     //ID of the node as string
let nodeTitle = pano.Vh[nodeID].title.;  //Title for the node
by Neal
Sun Aug 08, 2021 4:18 pm
Forum: Pano2VR general
Topic: System time to trigger events
Replies: 7
Views: 3290

Re: System time to trigger events

What you are asking is possible, but I think you will have to modify the code outside of pan2vr. I would require a decent understanding of javascript. But in short, you will need to create a custom event in javascript, add a listener for that event, and then use the functions exposed by pan2VR to po...
by Neal
Sun Aug 08, 2021 4:10 pm
Forum: Pano2VR general
Topic: Testing Tours on Mobile
Replies: 6
Views: 3457

Re: Testing Tours on Mobile

Are you wanting to test the functionality or the responsiveness of the pano? You can get a rough idea using those methods above. However, those are all tied to your machine, your browser, and your operating system. So they will only be 80-90% correct. If you want a better test you will need to use o...
by Neal
Sun Aug 08, 2021 3:55 pm
Forum: Pano2VR general
Topic: Upload Website
Replies: 1
Views: 913

Re: Upload Website

That should do it.
by Neal
Sat Aug 07, 2021 4:38 am
Forum: Pano2VR general
Topic: Hot spot that moves like an image
Replies: 6
Views: 2232

Re: Hot spot that moves like an image

I figured out how to get around the issue I was having. I use an image to visually designate the hotspot, and then place a poly-hotspot over the top.
by Neal
Sat Aug 07, 2021 4:36 am
Forum: Pano2VR general
Topic: It's taken over a week to make a so-so Pano
Replies: 6
Views: 2583

Re: It's taken over a week to make a so-so Pano

Here is a link to the pano: https://hvolnew.com/Pano/21050675/output/index.html

I have a few things I caught after uploading, but it is mostly done.
by Neal
Thu Aug 05, 2021 3:13 pm
Forum: Pano2VR general
Topic: Hot spot that moves like an image
Replies: 6
Views: 2232

Re: Hot spot that moves like an image

The hot spot is being distorted in 3D, but not as if it is attached to the door, wall, floor, or entryway. The issue is there is no way to tell the system the orientation of the icon when placed. The images and poly-hotspot both have means of setting the orientation of the item. The items then move ...
by Neal
Thu Aug 05, 2021 12:40 am
Forum: Pano2VR general
Topic: It's taken over a week to make a so-so Pano
Replies: 6
Views: 2583

Re: It's taken over a week to make a so-so Pano

51 nodes, 2 separate upstairs areas, and 1 lower level. I will post when done.
by Neal
Wed Aug 04, 2021 11:47 pm
Forum: Pano2VR general
Topic: It's taken over a week to make a so-so Pano
Replies: 6
Views: 2583

It's taken over a week to make a so-so Pano

It's taken me over a week to create a so-so panoramic tour. Is there some shortcut that I am missing? There has to be a faster method to create one of these. What I can charge is not worth the labor. Any suggestions?
by Neal
Wed Aug 04, 2021 11:17 pm
Forum: Pano2VR general
Topic: Hot spot that moves like an image
Replies: 6
Views: 2232

Re: Hot spot that moves like an image

Thanks, but that doesn't give the effect that I want. I want it to look like it is part of the floor, wall or door. The 3D distortion make it appear to be floating separately from those items.