Search found 8 matches

by snmabaur
Mon Oct 24, 2022 10:41 am
Forum: Pano2VR/Object2VR Skins
Topic: Retrieve exposed color in JS
Replies: 1
Views: 1716

Retrieve exposed color in JS

Hi

is it possible to get the exposed colors in Javascript similar to

Code: Select all

pano.getVariableValue("xxx")
I'm working with Pano2VR 6.1.13 pro 64bit Cocoa

Thanks a lot
by snmabaur
Thu Oct 28, 2021 9:06 am
Forum: Pano2VR/Object2VR Skins
Topic: Polygon Hotspot with custom skin
Replies: 2
Views: 1687

Re: Polygon Hotspot with custom skin

I read all the posts you wrote down but unfortunately they don’t cover my use case. I manage to e.g. open a popup on a polygon click or change color and border and also the example with the YouTube video is completely clear What I’m trying to do is to define a skin for each polygon hotspot which is ...
by snmabaur
Thu Oct 21, 2021 12:21 pm
Forum: Pano2VR/Object2VR Skins
Topic: Polygon Hotspot with custom skin
Replies: 2
Views: 1687

Polygon Hotspot with custom skin

Is there a way to use the polygon hotspot with a custom skin id? At the moment I don't see this function in Pano2VR I try to use the polygon hotspot to show some information on click like in the image below and for that I'd have to create a custom hotspot inside the skin but I can't choose them for ...
by snmabaur
Wed Oct 20, 2021 4:28 pm
Forum: Pano2VR general
Topic: Change hotspot description through javascript API
Replies: 3
Views: 1659

Re: Change hotspot description through javascript API

Nevermind :) found a solution Since I can't add the hotspot id as a class variable in the skin to the actual hotspot I added a textfield inside the hotspot and set the id there as text Screenshot 2021-10-20 at 16.21.57.png In Javascript I loop through all hotspot DOM elements, find the exact id matc...
by snmabaur
Wed Oct 20, 2021 2:04 pm
Forum: Pano2VR general
Topic: Change hotspot description through javascript API
Replies: 3
Views: 1659

Change hotspot description through javascript API

Hi What I'm trying to do is to build a backend cms so that I can enter the data there instead inside the Pano2VR, it's easier for the content producers to work with the cms... For that I fetch the data through an API and update the data in the corresponding places I see that I can update the pan and...
by snmabaur
Thu Oct 07, 2021 10:28 am
Forum: Pano2VR/Object2VR Skins
Topic: Hover and click on buttons in round cakeform (Missing polygon button)
Replies: 3
Views: 1748

Re: Hover and click on buttons in round cakeform (Missing polygon button)

Perfect thank you very much, works like a charm

PanControlRound.mp4
(1.66 MiB) Downloaded 132 times
by snmabaur
Wed Oct 06, 2021 5:18 pm
Forum: Pano2VR/Object2VR Skins
Topic: Hover and click on buttons in round cakeform (Missing polygon button)
Replies: 3
Views: 1748

Hover and click on buttons in round cakeform (Missing polygon button)

Hi I'm trying to build a pan controller with the 4 buttons aligned as a cakeform like in the screenshot below Screenshot 2021-10-06 at 17.10.29.png Inside the screenshot there are the 4 pan buttons and the red line is the controller marking the pan left button... the actual grey or yellow part is an...
by snmabaur
Tue Oct 05, 2021 2:15 pm
Forum: Pano2VR/Object2VR Skins
Topic: Need help with close button
Replies: 2
Views: 2030

Re: Need help with close button

Could you please write down your solution, so others could profit from your knowledge?

Thanks