Search found 2601 matches

by thomas
Thu Dec 11, 2025 12:14 pm
Forum: Pano2VR general
Topic: Pano2VR 8 beta released
Replies: 0
Views: 110

Pano2VR 8 beta released

We just released the first beta of Pano2VR 8.

The major new feature is 3d Model and Gaussian Splats support, but we also made numerous changes under the hood.

Please check out the blog post and the Pano2VR 8 page.
by thomas
Tue Oct 21, 2025 9:59 pm
Forum: Pano2VR general
Topic: Absolut (fixed) pathes --> relative pathes
Replies: 2
Views: 1948

Re: Absolut (fixed) pathes --> relative pathes

Pano2VR only uses the absolute path if the relative path would contain at least one "../../", so ../ should not get converted. We do this to avoid too complex paths, but "one level up" is considered ok.
by thomas
Tue Oct 21, 2025 9:11 pm
Forum: Pano2VR general
Topic: YouTube Videos
Replies: 1
Views: 1783

Re: YouTube Videos


Hi, When you embed a YouTube video into a Pano2VR project how can you ensure no YouTube ads appear?

You can't as this is how YouTube makes money. If there would be a way, everyone would (ab-)use it. Only if the person, that is watching has a YouTube Premium plan, you see the videos without ads ...
by thomas
Mon Jan 20, 2025 1:14 pm
Forum: Pano2VR general
Topic: GGPKG Viewer 1.6.1 closes after Extraction
Replies: 2
Views: 3698

Re: GGPKG Viewer 1.6.1 closes after Extraction

This sounds odd. Maybe a video or image has a file name with special (non ASCII) characters?

If this doesn't help, could you please send us the package to support@ggnome.com, and we will have a look.
by thomas
Sun Dec 08, 2024 2:51 pm
Forum: Pano2VR general
Topic: File-Size of GGPKG - what is responsible? (deep question)
Replies: 4
Views: 4072

Re: File-Size of GGPKG - what is responsible? (deep question)


Most of this details I understand and have tested. For example WebP saves for me around 10%, pi takes a huge impact with larger size.

But the open and most important question is:

When a patch do have a higer resolution than the panorama --> does this have a significant impact on the output ...
by thomas
Fri Nov 22, 2024 6:27 pm
Forum: Pano2VR/Object2VR Skins
Topic: Hands in VR mode
Replies: 1
Views: 11774

Re: Hands in VR mode

These hands come from Pano2VR and are just generated geometry. There is currently no way to use the Meta/OS hands inside WebXR directly, but we plan to have a more natural looking hand model in Pano2VR 8.
by thomas
Wed Sep 04, 2024 4:23 pm
Forum: Pano2VR general
Topic: multi-line input-field for normal.ggf
Replies: 2
Views: 4171

Re: multi-line input-field for normal.ggf

This is now avialable in 7.1.4. The call is:

Code: Select all

addTextArea(string id, string label, string default="")
by thomas
Thu Aug 29, 2024 10:41 am
Forum: Pano2VR general
Topic: Automated ID in final index.html
Replies: 2
Views: 3608

Re: Automated ID in final index.html

Hello Kai,

we can not give the DIVs unique IDs in a simple way, as we have elements the multiply Skin elements, like (nested) cloners and hotspot templates,... and you can even have multiple project on the same page.

However you can assign your own classes to skin elements or use CSS to address ...
by thomas
Thu Aug 22, 2024 1:51 pm
Forum: Pano2VR general
Topic: multi-line input-field for normal.ggf
Replies: 2
Views: 4171

Re: multi-line input-field for normal.ggf

Not yet, but I will add this as a feature request.
by thomas
Mon Aug 19, 2024 5:14 pm
Forum: Pano2VR general
Topic: Skin Variables in HTML Templates
Replies: 1
Views: 2981

Re: Skin Variables in HTML Templates

Hi,

The skin variables don't work (yet) in the HTML template, but you can use the user data fields and the project user data placeholders.
by thomas
Sat Aug 10, 2024 10:32 am
Forum: Pano2VR general
Topic: Can I define an individual normal.ggt on project basis?
Replies: 4
Views: 4284

Re: Can I define an individual normal.ggt on project basis?

Hello Kai,

you can create a .ggt file in your project directory, and this way your will get and additional entry in th e html templates that starts with the placeholder "$d/". So the logic is similar to skins.

Screenshot 2024-08-10 at 10.26.43.png
Screenshot 2024-08-10 at 10.26.43.png (33.32 KiB) Viewed 4255 times
by thomas
Wed Jul 31, 2024 6:48 pm
Forum: Pano2VR general
Topic: 7.1.1a arm64 Revision: 20895/6.2.12 Crashes a lot
Replies: 2
Views: 4088

Re: 7.1.1a arm64 Revision: 20895/6.2.12 Crashes a lot

Hi Jeff,

We have fixed this bug in Pano2VR 7.1.2.
by thomas
Wed Jun 26, 2024 3:46 pm
Forum: Pano2VR general
Topic: Three.js not available!
Replies: 2
Views: 4095

Re: Three.js not available!

You can savely ignore this warning. This would only be relevant, if you use WebXR. The latest version optimizes the output by skipping the WebXR folder, and removing three.js if it is not needed.
by thomas
Sat Jun 15, 2024 12:50 pm
Forum: Pano2VR general
Topic: The effect of using Morph Transitions on polygon hotspots is incorrect
Replies: 4
Views: 4930

Re: The effect of using Morph Transitions on polygon hotspots is incorrect

We aleady found a solution for this problem, and 7.1.1 with the fix will be released soon.