Matthew Petroff

Results 328 comments of Matthew Petroff

@ludwigseibt That's a good suggestion. I just added a note about it in 73b6d162383bdba829bd00fee6283b425382e5aa (and it isn't limited to just the iPad).

The code is ES5, and for the time being, I don't want to switch to ES6. I'd be inclined to accept a PR if it doesn't break this compatibility or...

Support for including spherical harmonic transform based previews and equirectangular thumbnails in Pannellum's configuration were introduced in 9788fc6512fe0de950cb10678dc4d4f453ad376e, which eliminates the appearance of black squares even on the slowest of...

@SharmPRO A JSON file can't contain a JavaScript function reference, so, no, it's not possible to use custom click handlers there (and the standalone viewer wouldn't have your functions in...

The solution is to provide a function reference, not a function name. How you perform such a replacement prior to passing the configuration object to Pannellum is up to you.

The standalone version isn't designed for such integrations. You're of course more than welcome to use it as a starting example for your own use of the API, as you...

The previous patch didn't work if entire cubemap faces were missing. The following should: ```diff diff --git a/utils/multires/generate.py b/utils/multires/generate.py index 4788de9..587513d 100755 --- a/utils/multires/generate.py +++ b/utils/multires/generate.py @@ -248,6 +248,9 @@...

There's a tradeoff between having extra files on disk and having 404 errors. Years ago I decided that it was better to have the 404 errors, since they all they...

This implementation is flawed. It doesn't handle hot spots that are >90 deg from the center of the view, and the vertical position of these indicators should not move when...

> So what is the implementation to run generate.py automatically on the server/system without needing to run it manually outside the panorama system? You'd call the `generate.py` script from PHP...