Search found 146 matches

by 3DV
Thu Apr 13, 2023 10:16 pm
Forum: Pano2VR general
Topic: left-aligned font in polygon hotspot
Replies: 7
Views: 20696

Re: left-aligned font in polygon hotspot

As I understand, the # refers to the ID of an element in the panorama, not in the skin.
The .* part is a RegEx expression: . (period) matches any single character except for a newline. * (asterisk) is a quantifier that means "zero or more occurrences of the preceding character or group".
by 3DV
Tue Mar 14, 2023 11:28 am
Forum: Pano2VR general
Topic: A digital exhibition about Fritz Bauer with Pano2VR
Replies: 1
Views: 900

Re: A digital exhibition about Fritz Bauer with Pano2VR

Very impressive, great work!
by 3DV
Tue Jan 31, 2023 10:13 am
Forum: Pano2VR general
Topic: Hotspot hover - title on top (not below other hotspots)
Replies: 3
Views: 1892

Re: Hotspot hover - title on top (not below other hotspots)

In the Skin Editor, you can set the Z-index of the title to a value higher than the Z-index of the icon (default is -10000). This will make the title to be shown on top of the icons. Alternatively, you could add Mouse Enter actions to the hotspot element, to dynamically change the Z-index (with Posi...
by 3DV
Fri Jan 13, 2023 1:36 pm
Forum: Pano2VR general
Topic: Use wildcard in Hotspot Proxy ID?
Replies: 2
Views: 1308

Re: Use wildcard in Hotspot Proxy ID?

Thanks a lot for the quick reply, works like a charm now!
by 3DV
Fri Jan 13, 2023 1:10 pm
Forum: Pano2VR general
Topic: Use wildcard in Hotspot Proxy ID?
Replies: 2
Views: 1308

Use wildcard in Hotspot Proxy ID?

Can a wildcard be used in the Hotspot Proxy ID? I've only been able to use '*' to work with all hotspots, but I'll need something to address different types of polygonal hotspots, like PolyInfo* to work with all hotspots starting with PolyInfo. For example: I've got polygonal hotspots that should on...
by 3DV
Fri Jan 13, 2023 10:36 am
Forum: Pano2VR general
Topic: Package viewer does not "remember" fullscreen or kiosk mode
Replies: 10
Views: 4685

Re: Package viewer does not "remember" fullscreen or kiosk mode

That's the title to be shown in the Window Title bar, but this is only used for Command Prompt windows I think. The formal order according to 'start /?' would be: start "" /max /d "C:\Program Files\GGPKG Viewer" "GGPKG Viewer.exe" "D:\Samples\packages\Example.ggpkg...
by 3DV
Thu Jan 12, 2023 7:19 pm
Forum: Pano2VR general
Topic: Package viewer does not "remember" fullscreen or kiosk mode
Replies: 10
Views: 4685

Re: Package viewer does not "remember" fullscreen or kiosk mode

The fullscreen and kiosk options work but they aren't remembered when the viewer is restarted. And the aim is to automatically start the tour in fullscreen/kiosk mode after Windows starts. With a small modification in the GGPKG Viewer\resources\app.asar file the package viewer can be set to start wi...
by 3DV
Thu Jan 12, 2023 6:17 pm
Forum: Pano2VR general
Topic: Package viewer does not "remember" fullscreen or kiosk mode
Replies: 10
Views: 4685

Re: Package viewer does not "remember" fullscreen or kiosk mode

It's not completely fullscreen, but you could use a batch file to start the app maximized with the package you want:

start /max /d "C:\Program Files\GGPKG Viewer" "" "GGPKG Viewer.exe" "D:\Samples\packages\Example.ggpkg"
by 3DV
Mon Jan 09, 2023 5:48 pm
Forum: Pano2VR general
Topic: regenerate an existing tour without the Workfile
Replies: 1
Views: 937

Re: regenerate an existing tour without the Workfile

Hi, you could manually edit the pano.xml file to remove/modify the hotspots.
To make sure you don't break the xml syntax, you can check the validy of the resulting xml at a site like this: https://www.xmlvalidation.com/
by 3DV
Sat Jan 07, 2023 1:40 pm
Forum: Pano2VR general
Topic: Pano2VR 7 VR Skins with VRTourViewer
Replies: 3
Views: 2060

Re: Pano2VR 7 VR Skins with VRTourViewer

Please note that VR Tourviewer isn't designed by Garden Gnome, but by 3DV.
For VR Tourviewer related questions you can use the VR Tourviewer forum here: https://www.vrtourviewer.com/forum/index.php

Skins are not yet supported in VR Tourviewer, but this is currently under development.
by 3DV
Sat Jan 07, 2023 1:31 pm
Forum: Pano2VR/Object2VR Skins
Topic: Deactivate action for Timer doesn't work with Set Alpha
Replies: 2
Views: 1512

Re: Deactivate action for Timer doesn't work with Set Alpha

Hi Hopki, thanks for the quick reply! The timers for the hotspots do work to some extent at least, but I understand it's not officially supported. Set Value, Set Variable Value and Show Element all work fine and are very useful. This allows each hotspot to have it's own timer for activation, and the...
by 3DV
Fri Jan 06, 2023 4:28 pm
Forum: Pano2VR/Object2VR Skins
Topic: Deactivate action for Timer doesn't work with Set Alpha
Replies: 2
Views: 1512

Deactivate action for Timer doesn't work with Set Alpha

I'm having an issue with the Timer element: when setting a 'Set Element Alpha' action with Source 'Deactivate' for a Timer, the other actions with 'Deactivate' as source on the same Timer are not performed. The 'Set Element Alpha' itself is not performed either. I'm using a Timer on a hotspot to sho...
by 3DV
Thu Jan 05, 2023 9:59 am
Forum: Pano2VR general
Topic: What files to update in a package
Replies: 1
Views: 1008

Re: What files to update in a package

Please note that VR Tourviewer isn't designed by Garden Gnome, but by 3DV. For VR Tourviewer related questions you can use the VR Tourviewer forum here: https://www.vrtourviewer.com/forum/index.php But in general, if your panorama input images/videos don't change, you can skip copying the 'images' a...
by 3DV
Thu Jan 05, 2023 9:33 am
Forum: Pano2VR general
Topic: VR Tour with 360 3d 5.7K video possible?
Replies: 1
Views: 945

Re: VR Tour with 360 3d 5.7K video possible?

This is something that could be created with a customized version of VR Tourviewer: https://www.vrtourviewer.com/order-white-label. The custom VR app could then be placed on Meta/Oculus App Lab for Quest users.
Feel free to contact me in PM or through https://www.vrtourviewer.com for more info.
by 3DV
Wed Jan 04, 2023 5:40 pm
Forum: Pano2VR general
Topic: Panoramas black on Samsung S22 Ultra
Replies: 7
Views: 6900

Re: Panoramas black on Samsung S22 Ultra

Yes, I'm using an actual Samsung Galaxy S22 Ultra and encountered the issue then. I've debugged this using the Chrome Dev Tools Remote Debugger.
Then I've used the Samsung Remote Test Lab to confirm the issue with other S22 Ultras.