Matthew Petroff

Results 328 comments of Matthew Petroff

You should be able to modify the Pannellum Video.js plugin to work as you describe. I haven't tried to do so, but gating all the plugin's `player.on()` event handler functions...

The short answer is that what you're asking is not supported, since the multiresolution feature is the intended method for fast loads and for saving bandwidth. The only workaround I...

> The addScene and loadScene methods' documentation is a bit ambiguous. It takes scene ID and config as a string. But I couldn't figure out how they are defined. They're...

This is documented in the readme's *Building* section: https://github.com/mpetroff/pannellum#building There's a script for doing this (requires Python and Java): https://github.com/mpetroff/pannellum/blob/master/utils/build/build.py

The stock hot spots don't have this issue. Based on your screenshot, you're clearly not using the stock hot spots, so it's probably an issue with your custom code. However,...

That's not a minimum working example; a minimum working example is when you reduce the problem to it's minimum form, not when you provide an example with a bunch of...

You could take the highest-resolution set of tiles and assemble each cube face into a single image. With the six cube faces, you could then use [Hugin](http://hugin.sourceforge.net/) to reproject them...

I'll assume what you're referring to as an "asteroid effect" is a transition from a stereographic projection, also often referred to as a "little planet" projection. Stereographic projection support is...

This is the expected behavior. It was either very briefly show a black screen or very briefly show a loading screen, and I decided that the black screen was less...

> I see #911 is closed but we are keen to have support for the low res-image to avoid the back flicker. #911 was not related to the issue you're...