Search found 2585 matches

by thomas
Mon Nov 14, 2022 5:58 pm
Forum: Pano2VR general
Topic: Pano2VR 7 beta 5 with Gnome Cloud Hosting
Replies: 1
Views: 1928

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: 2420

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: 2552

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: 2061

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: 1625

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: 2237

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: 2552

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...
by thomas
Mon Jun 20, 2022 5:22 pm
Forum: Pano2VR general
Topic: Pano2VR crashes whenever I try to open the settings dialogue
Replies: 4
Views: 2582

Re: Pano2VR crashes whenever I try to open the settings dialogue

It does... on a Mac ;).

Actually also on Windows not a lot of things are going on. The installer only executes the Visual Studio Runtime Installer, and the rest is copying files to the Folder, plus some registry changed for the Explorer, so that you can open .p2vr files with a double click.
by thomas
Fri Jun 10, 2022 4:52 pm
Forum: Pano2VR general
Topic: Panos turn black
Replies: 10
Views: 10383

Re: Panos turn black

We have fixed the bug in 7 beta4a (and made loading faster). Please test.
by thomas
Thu Jun 09, 2022 3:22 pm
Forum: Pano2VR general
Topic: Pano2VR 7 beta 4
Replies: 1
Views: 2437

Re: Pano2VR 7 beta 4

There are two changes, that may affect an old skin, and that you should be aware of: Masking with rounded corners has been moved to the rectangle element, so now the rectangle has the masking option, but the rounded corners have been removed from the container If you plan to use Markdown with old sk...
by thomas
Thu Jun 09, 2022 10:29 am
Forum: Pano2VR general
Topic: Panos turn black
Replies: 10
Views: 10383

Re: Panos turn black

I guess there is something special about the TIFF files... Can you please send me one to support@ggnome.com, so that I can dissect it?
by thomas
Mon May 09, 2022 11:02 am
Forum: Pano2VR general
Topic: Recovering Multiresolution Flash Panos
Replies: 2
Views: 2204

Re: Recovering Multiresolution Flash Panos

Hmmm. All the files inside the SWF should be normal JPEGs, so you should be able to extract the tiles. For multiresolution the tiles should be external files in a folder, so those are even easier to batch convert. Even the XML should be inside the source code of the Flash file, so you could just use...
by thomas
Thu Apr 28, 2022 5:41 pm
Forum: Pano2VR general
Topic: Package Viewer 1.5.0 not working (Win 11)
Replies: 2
Views: 15676

Re: Package Viewer 1.5.0 not working (Win 11)

Do you get an error message?
Does the previous version 1.4.0 work?
by thomas
Thu Apr 28, 2022 12:36 pm
Forum: Pano2VR/Object2VR Skins
Topic: HTML code in text boxes
Replies: 7
Views: 18827

Re: HTML code in text boxes

This is now solved with Pano2VR v7
by thomas
Wed Apr 27, 2022 5:52 pm
Forum: Pano2VR general
Topic: P2VR 7 Slow - 'GPU stall due to ReadPixels'
Replies: 1
Views: 3908

Re: P2VR 7 Slow - 'GPU stall due to ReadPixels'

Hmmm... We never call "ReadPixels" in our code, and I would not know an occasion, where we would need pixels from the GPU. The only difference between V6 and V7 rendering is that we now use the stencil buffer instead of relying on the depth buffer. So actually it should be faster... On wha...