Search found 2578 matches

by thomas
Tue May 04, 2021 3:56 pm
Forum: Pano2VR general
Topic: PackageViewer (iOS) & GoogleMap HTTP referrer ?
Replies: 6
Views: 4239

Re: PackageViewer (iOS) & GoogleMap HTTP referrer ?

The files in the package viewer are opened with the "file:" protocol. In the Google API key restrictions you need to use the macro __file_url__ to make the work. So with __file_url__/* you can allow Google Maps in the package, and also prevent others from using your key on their website. S...
by thomas
Wed Apr 14, 2021 5:01 pm
Forum: Pano2VR general
Topic: Which framework is being used for the package viewers?
Replies: 2
Views: 2447

Re: Which framework is being used for the package viewers?

The desktop app is based on Electron, the mobile app on Flutter. At the moment we don't use any special update mechanisms for the app, and packages are stored locally anyway, and don't run thru the update process.
by thomas
Fri Mar 19, 2021 12:06 pm
Forum: Pano2VR general
Topic: Apple M1 chip
Replies: 2
Views: 2270

Re: Apple M1 chip

Pano2VR runs fine on M1 Macs with the Rosetta 2 emulation layer (I am working with one right now ;)). It runs faster on my M1 Mac Book Pro with 8 cores (4 of them are high-performance cores...) than on my 18 Core Intel iMac Pro, so the new M1 Macs are the fastest Macs you can get for Pano2VR... and ...
by thomas
Mon Feb 08, 2021 12:34 pm
Forum: Pano2VR general
Topic: Patching Embedding Video 3D Render Issue
Replies: 12
Views: 101021

Re: Patching Embedding Video 3D Render Issue

The problem I am seeing is because of the way the patch node is being exported from the equirectangular view inside of Pano2VR in the viewport. The mask and video I have created is still in a equirectangular "Flat" view. So there is a little distortion difference from Pano2VR to trying to...
by thomas
Wed Nov 25, 2020 5:23 pm
Forum: CMS Plugins
Topic: error code w/latest WordPress
Replies: 2
Views: 9137

Re: error code w/latest WordPress

This warning is now fixed in version 2.2.3 of the plugin.
by thomas
Thu Sep 24, 2020 5:55 pm
Forum: Pano2VR general
Topic: Is there a maximum to number of panoramas in one project?
Replies: 7
Views: 4952

Re: Is there a maximum to number of panoramas in one project?

Hello Dennis, we have a customer that regularly creates projects with > 10.000 panoramas, so there is no real limit. We also processed Jeffrey Martins 450 GPixel Prague panorama without any problems, so also in this direction, there is no real limit. You just have to make sure, that the cache file c...
by thomas
Mon Aug 31, 2020 5:34 pm
Forum: CMS Plugins
Topic: Issue with activation
Replies: 3
Views: 9927

Re: Issue with activation

I guess you didn't activate the zip extension in php. You can check the status with phpinfo, like in this plugin:

https://wordpress.org/plugins/php-info-wp/
by thomas
Mon Aug 31, 2020 2:04 pm
Forum: CMS Plugins
Topic: Issue with activation
Replies: 3
Views: 9927

Re: Issue with activation

Can you please share the exact error message, so that I can investigate?
by thomas
Tue Aug 18, 2020 11:09 am
Forum: Pano2VR general
Topic: Turning off inline styling
Replies: 2
Views: 2657

Re: Turning off inline styling

Neal wrote: Tue Aug 18, 2020 3:36 am Is it possible to turn off the inline styling on the skin? I would like to have everything formatted via CSS stylesheet. However, the inline styles override the CSS settings for width, height....
I have added this to the bug tracker, and we may add this option to the next version.
by thomas
Thu Jul 23, 2020 1:45 pm
Forum: Pano2VR general
Topic: How to eliminate color banding ?
Replies: 4
Views: 3142

Re: How to eliminate color banding ?

You can add some noise in Photoshop to the areas where the banding happens.
by thomas
Thu Jul 16, 2020 2:51 pm
Forum: Pano2VR general
Topic: Fly In problems. Hiccups and Fighting Limits
Replies: 5
Views: 3569

Re: Fly In problems. Hiccups and Fighting Limits

Well, thanks for that, but, a) That's not really answering the problem, which is: why can't I just depend on the default Fly In at all? and You can still use the default fly in, but if you are not happy, or it doesn't produce the results you like, you can use a custom fly in. b) If only that were t...
by thomas
Wed Jul 15, 2020 6:46 pm
Forum: Pano2VR general
Topic: Fly In problems. Hiccups and Fighting Limits
Replies: 5
Views: 3569

Re: Fly In problems. Hiccups and Fighting Limits

You don't have to depend on the default flying. You can make your own animation to your likings in the animation editor, and use this as your flyin. Just long press on the + button in the animation clips: Screenshot 2020-07-15 18.46.18.png With this, you can choose the right time for the projection ...
by thomas
Mon Jul 06, 2020 4:43 pm
Forum: Pano2VR general
Topic: Major release cycle | ETA for Pano2VR 7.0
Replies: 2
Views: 2194

Re: Major release cycle | ETA for Pano2VR 7.0

Hello Alex, we don't have a date yet. You can look at our other releases, and you will notice that we usually have a very long grace period or some other measures in place so that you will not have any disadvantages if you bought a new license right before a new release. Also, we tend to have a long...
by thomas
Tue Jun 02, 2020 12:19 pm
Forum: Components
Topic: Google Analytics Component
Replies: 53
Views: 80201

Re: Google Analytics Component

Great addition. A few questions... 1. Can I use placeholders in the event category? eg $(upt) Hope it is not a manual entry we have to do each time. Placeholders directly can not be used, but can use the Javascript equivalent for it. $(upt) would be for example: player.getNodeUserdata('_master').ti...
by thomas
Tue May 26, 2020 11:51 am
Forum: Pano2VR general
Topic: Command Line support
Replies: 0
Views: 3063

Re: Command Line support

On Linux you need to copy/modify the ./pano2vr.sh script to match your needs. You need to add the parameters to the actual call in the last line of the script.