Paul Ks
Paul Ks
https://github.com/Kazuhito00/Unity-WebCamTexture-WebGL-Sample
thank you for you time mpetroff! i tried almost all the 360 video libraries - pannellum, panolens/threejs, babylon, same lag occurs in panolens, but what is iteresting that babylon is...
Close it, sorry, found the issue
But you can update the website ofc
maybe its not going to be this but i had something simillar with pannellum and videojs plugin, there were a lot of vertical lines and the solution was to resize...
finally i made an example [https://paulks.dev/tests/360videotest/panoramas/pannellum.html](https://paulks.dev/tests/360videotest/panoramas/pannellum.html) first click play to activate the video, click on a hotspot continuously, fast, sometimes this occurs even when you click regularly, especially after ctrl...
Hi @mpetroff here is a video showcasing the problem, please take a minute to watch it, you will hear that during a transition audio gets out of sync, it might...
Please @mpetroff take a look, i have recorder another video, you can clearly hear at 0.05s and 0.10s and a bigger one at 0.16s that small chop/glitch in audio, you...
the only way i could get a usable result is when scaling div artificially cy is cytoscape cy.center(); cy.fit(); const div = document.querySelector('.scaledDiv'); div.style.transform = 'scale(2)'; then something : //...