Thread Starter
Da PAN
(@da-pan)
Hello Jeremy,
after playing around with the code and testing on my Linux Mint / Firefox system I found out that there is a problem in sphere.js.
The WebGL detection in method Photosphere.prototype.start3D detects true but this does not seem to work inside WordPress. If I use the same libraries outside WordPress everything works fine.
As a workaround I commented out the usage of the WebGLRenderer and made the code use the CanvasRenderer. Makes it work slower but at least it works.
Regards
Henry