Search found 2585 matches

by thomas
Tue Aug 18, 2020 11:09 am
Forum: Pano2VR general
Topic: Turning off inline styling
Replies: 2
Views: 3361

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

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

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

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

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

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

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.
by thomas
Thu May 21, 2020 2:51 pm
Forum: Pano2VR general
Topic: Save User Country
Replies: 3
Views: 3076

Re: Save User Country

Yes, you can do this for example with https://ip-api.io/ Just put the following into a textbox, and add a text variable "country". You will also need an API key from ip-api.io. Then replace "{your api key}" with your key. javascript:""; var xhttp = new XMLHttpRequest();...
by thomas
Thu May 14, 2020 3:55 pm
Forum: Pano2VR general
Topic: Oculus Go Browser / no VR display after update
Replies: 5
Views: 4821

Re: Oculus Go Browser / no VR display after update

You need to server the project over https, otherwise webxr is not available.
by thomas
Wed May 13, 2020 2:39 pm
Forum: Pano2VR general
Topic: What about WebXR?
Replies: 3
Views: 4556

Re: What about WebXR?

This issue is now fixed with Pano2VR 6.1.6.

We use the WebXR polyfill so, in theory, it should also work with browsers that only support WebVR.
by thomas
Wed May 13, 2020 2:37 pm
Forum: Pano2VR general
Topic: Oculus Go Browser / no VR display after update
Replies: 5
Views: 4821

Re: Oculus Go Browser / no VR display after update

This issue is now fixed with Pano2VR 6.1.6.
by thomas
Wed May 13, 2020 2:36 pm
Forum: Pano2VR general
Topic: Oculus Go / no VR display
Replies: 5
Views: 4277

Re: Oculus Go / no VR display

This issue is now fixed with Pano2VR 6.1.6.
by thomas
Mon May 11, 2020 6:57 pm
Forum: Pano2VR general
Topic: Scratch disc calculation
Replies: 3
Views: 4185

Re: Scratch disc calculation

I forgot to add: If the image is 16bit, then the size is times 2... and for HDR it is times 4.
by thomas
Sat May 09, 2020 2:26 pm
Forum: Pano2VR general
Topic: Scratch disc calculation
Replies: 3
Views: 4185

Re: Scratch disc calculation

Hello Bostjan, you don't need to keep all panos in the scratch file, if you check "unload images" and disable "load all images" in the advanced settings. Screenshot 2020-05-09 14.18.43.png If you still want to do it, the calculation goes like this: width(px) × high(px) × 4 (color...
by thomas
Mon May 04, 2020 6:32 pm
Forum: Pano2VR general
Topic: What about WebXR?
Replies: 3
Views: 4556

Re: What about WebXR?

We are currently working on it. I was hoping, that they keep WebVR around for longer, as they only implemented WebXR with their previous version, and WebXR is still changing and not very stable. WebXR had some breaking changes and I always try to ship something that "works". I avoided it t...