Search found 2578 matches

by thomas
Wed Apr 19, 2023 6:55 pm
Forum: Pano2VR general
Topic: Pano2VR 7 released
Replies: 2
Views: 28234

Pano2VR 7.0.3 released

Pano2VR 7.0.3 released Changes in this release: Feature: Additional keyboard shortcuts Fix: The FoV of the default view was ignored in skin node images Fix: Missing leveling information from Theta X images sometimes caused images to not be visible in the Viewer Fix: An issue where Pano2VR would cra...
by thomas
Mon Jan 16, 2023 5:58 pm
Forum: Websites Gallery
Topic: Garden Gnome Viewer - iOS & Android
Replies: 2
Views: 18450

Re: Garden Gnome Viewer - iOS & Android

Hello Glenn,

The problem here is the ZIP file decoder in iOS. It can not handle files larger than 4GB. On Android, there is no such limit.
by thomas
Wed Dec 21, 2022 2:53 pm
Forum: Pano2VR general
Topic: Blurry Hotspot Node Previews v7
Replies: 6
Views: 89373

Re: Blurry Hotspot Node Previews v7

We changed this with version 7.0.1. "Sharp" is now the default.
by thomas
Wed Dec 21, 2022 2:47 pm
Forum: Pano2VR general
Topic: Pano2VR 7 released
Replies: 2
Views: 28234

Pano2VR 7.0.1 released

Pano2VR 7.0.1 released This is the first bug-fix release for Pano2VR 7. Changes in this release: Hotspots default to "Sharp" instead of "Smooth Motion" to match Pano2VR 6 Language buttons in more default skins Custom folder name for Gnome Cloud uploads Fix for the IPD in WebXR o...
by thomas
Tue Dec 06, 2022 4:14 pm
Forum: Pano2VR general
Topic: Package Viewer Error
Replies: 5
Views: 16938

Re: Package Viewer Error

Please try to make the package smaller than 2GB (for example reduce the quality) and see if this problem still occurs.
by thomas
Tue Dec 06, 2022 4:10 pm
Forum: Pano2VR general
Topic: Pano2VR 7 released
Replies: 2
Views: 28234

Pano2VR 7 released

Pano2VR 7 is finally out of beta!

Find more information in our blog post and the What's new page.
by thomas
Mon Dec 05, 2022 6:55 pm
Forum: Pano2VR general
Topic: Package Viewer Error
Replies: 5
Views: 16938

Re: Package Viewer Error

Hello Tony,

how large is the file?
by thomas
Mon Nov 21, 2022 6:02 pm
Forum: Pano2VR general
Topic: Programmatically set inverted mouse mode
Replies: 2
Views: 1611

Re: Programmatically set inverted mouse mode

Currently not, but I will add a feature request.
by thomas
Mon Nov 14, 2022 5:58 pm
Forum: Pano2VR general
Topic: Pano2VR 7 beta 5 with Gnome Cloud Hosting
Replies: 1
Views: 1507

Pano2VR 7 beta 6 released

We just release Pano2VR 7 beta 6. Notable changes: Embedded Google fonts for default skins Local files in the Skin code block element "Cache Buster" query parameter to trick the browser cache Various fixes in the default skins Fixes for the cloud upload (flat images) Fix for skin translati...
by thomas
Mon Nov 07, 2022 6:28 pm
Forum: Pano2VR general
Topic: Video url hls video
Replies: 3
Views: 1880

Re: Video url hls video

If you know a little bit of javascript, you can use https://github.com/video-dev/hls.js

Attached is a demo with the new Pano2VR 7 code element.
by thomas
Tue Oct 25, 2022 6:30 pm
Forum: Pano2VR general
Topic: Comparing variables in Logic block
Replies: 4
Views: 1976

Re: Comparing variables in Logic block

At the moment, you need to have a separate variable that contains (Hotspotnumber +1) using set variable value actions, as you can do math in there. If you don't mind javascript you can also trigger an action "variable changed" - Hotspotnumber - Goto Url: And there you would write something...
by thomas
Tue Oct 25, 2022 4:20 pm
Forum: Pano2VR/Object2VR Skins
Topic: Retrieve exposed color in JS
Replies: 1
Views: 1449

Re: Retrieve exposed color in JS

This is a great suggestion. At the moment, colors are not directly stored in the skin. I will add this as a feature request.
by thomas
Mon Oct 24, 2022 6:32 pm
Forum: Pano2VR general
Topic: Problem translate a text button on the skin
Replies: 1
Views: 1228

Re: Problem translate a text button on the skin

Hello Panayiotis,

can you please send us the skin to support@ggnome.com, so that we can have a look?
by thomas
Mon Oct 24, 2022 6:20 pm
Forum: Pano2VR general
Topic: Change in language code?
Replies: 3
Views: 1741

Re: Change in language code?

Hello David,

can you please send us the skin to support@ggnome.com, so that we can have a look?
What do you mean by "special characters were replaced by code"? Can you please give an example?
by thomas
Mon Oct 24, 2022 6:10 pm
Forum: Pano2VR general
Topic: Comparing variables in Logic block
Replies: 4
Views: 1976

Re: Comparing variables in Logic block

Some things to note: - The Value side is only evaluated, at the time the source side changed. So if you want to react to a change in the variable, it should be in source , and the value you don't need to react to should be in value . Of course, nobody stops you from adding 2 lines where you swap the...