Search found 63 matches

by Multimediafabrik
Tue Jun 20, 2023 11:09 am
Forum: Pano2VR general
Topic: Change Color of Pins on the Tour Map
Replies: 3
Views: 815

Re: Change Color of Pins on the Tour Map

Ah perfect, thanks!
Do you maybe know how fast stuff from the feature list is added or at least considered?
by Multimediafabrik
Tue Jun 20, 2023 10:48 am
Forum: Pano2VR general
Topic: Change Color of Pins on the Tour Map
Replies: 3
Views: 815

Change Color of Pins on the Tour Map

Hi, I was wondering (and hoping) if it's somehow possible to change the color of pins on the Tour Map - not on the finished Tour itself, but inside Pano2VR. Colored pins, or labeled - really doesn't matter as long as some could look different -, would help a great deal. Especially in huge tours. My ...
by Multimediafabrik
Mon Dec 19, 2022 1:17 pm
Forum: Pano2VR general
Topic: Translations not working
Replies: 3
Views: 811

Re: Translations not working

Hi Tony,
i uploaded the skin. I won't upload all images as they are pretty big.
by Multimediafabrik
Fri Dec 16, 2022 11:39 am
Forum: Pano2VR general
Topic: Translations not working
Replies: 3
Views: 811

Translations not working

Hi, we've been trying to get the translations to work in our Project. We followed the Tutorial in the docs, but it doesn't work for our Hotspots. They stay in the project language. The translations are found, but switching the language doesn't change any text: 2022-04-20 11_29_17-Window.png 2022-12-...
by Multimediafabrik
Wed Nov 23, 2022 8:57 am
Forum: Pano2VR general
Topic: Lock hotspot on specific position
Replies: 2
Views: 824

Re: Lock hotspot on specific position

Hello Hopki, thanks for the answer. The problem is that I also have drone images and images on mountains. When I lock the hotspots, they are not only set to the correct pan, but also to a tilt of 0 degrees. The hotspots are then somewhere on the horizon instead of on the ground. When I unlock the ho...
by Multimediafabrik
Wed Nov 16, 2022 1:08 pm
Forum: Pano2VR general
Topic: Bug: Hotspots "jump around" when using scale modifier
Replies: 2
Views: 745

Re: Bug: Hotspots "jump around" when using scale modifier

Hi,
thanks, that seemed to be the issue
by Multimediafabrik
Wed Nov 16, 2022 1:05 pm
Forum: Pano2VR general
Topic: Programmatically set inverted mouse mode
Replies: 2
Views: 1611

Programmatically set inverted mouse mode

Hi,
is there a way to programmatically set the inverted mouse wheel setting in the browser via the player instance?
something like the player.setZoomCenterCursor method for the "Zoom center at cursor" option?
by Multimediafabrik
Tue Nov 15, 2022 3:21 pm
Forum: Pano2VR general
Topic: Bug: Hotspots "jump around" when using scale modifier
Replies: 2
Views: 745

Bug: Hotspots "jump around" when using scale modifier

Hello, I've encountered a somewhat weird bug, that only started happening with the Version 7 beta: When using the scale Modifier on a Hotspot, the Hotspot will always jump to the middle of the screen, while the pano is not moved/standing still: incorrect.png While the pano is being moved, the hotspo...
by Multimediafabrik
Tue Nov 15, 2022 12:53 pm
Forum: Pano2VR general
Topic: Lock hotspot on specific position
Replies: 2
Views: 824

Lock hotspot on specific position

Hello,

is it possible to lock a hotspot at a certain position without it jumping back to its original position?
Sometimes I move hotspots by accident when I'm working on a tour.
When I lock the hotspot it jumps back to its original position.

Thanks
by Multimediafabrik
Fri Aug 12, 2022 9:15 am
Forum: Pano2VR general
Topic: Locking in Aspect Ratio
Replies: 5
Views: 3293

Re: Locking in Aspect Ratio

<div id="container"></div>-> pano container with css: #container{ aspect-ratio: 1/1; } this aspect-ratio takes the #container element's width and adjusts the height to create the given aspect-ratio to make the biggest square possible for all screens: #container{ width: 100vh; aspect-ratio:...
by Multimediafabrik
Thu May 05, 2022 11:44 am
Forum: Pano2VR general
Topic: p2vr7 Bug: pano.getIsLoaded
Replies: 0
Views: 27586

p2vr7 Bug: pano.getIsLoaded

Hi,
with pano2vr_player.js in version 7, the

Code: Select all

pano.getIsLoaded
method always returns false.
Is it getting stuck somewhere at the end of the loading process, or does it just not update the property?
The tour works fine, I didn't find anything that didn't load correctly.
by Multimediafabrik
Wed Apr 27, 2022 9:59 am
Forum: Pano2VR general
Topic: P2VR 7 Slow - 'GPU stall due to ReadPixels'
Replies: 1
Views: 3350

P2VR 7 Slow - 'GPU stall due to ReadPixels'

The P2VR7 script feels slower and more laggy, than the P2VR6 one. I also get this warning in the devtools console: [.WebGL-000060C4089B8700]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels from what I know, you should avoid ReadPixels as much as possible a...
by Multimediafabrik
Fri Apr 15, 2022 1:56 pm
Forum: Pano2VR general
Topic: Javascript api to control a tour in an iFrame
Replies: 12
Views: 6241

Re: Javascript api to control a tour in an iFrame

you can also add query parameter to you tour: https://tour.example.com/?node=node3&fov=50&tilt=20&pan=10 this way you can set the position with the link you set in the iframe in your tour index.html you have to add a script that handles the position of the query parameter. Here's a quick...
by Multimediafabrik
Fri Apr 15, 2022 1:42 pm
Forum: Pano2VR general
Topic: link two projects
Replies: 4
Views: 19655

Re: link two projects

If both tours are online available, you can create a hotspot (URL) with a link to the other tour and set the target to _self. You can specify the node it start on by adding # and the node ID to the url:
https://example.tour.com/#node3 -> opens the tour at image with the id node3