Matthew Petroff
Matthew Petroff
Sorry, it was added in a84fc56596106dce3766e4fd06708d04ad2359d5 and is not in the v2.5.6 release, which is what the documentation on pannellum.org corresponds to. You can look at the docstring in `src/js/pannellum.js`.
This sounds like a question for the developer of whatever GIS software plugin you're using. I have no idea what GIS software you're using, what plugin you're using, or how...
> Do you have any idea about this arithmetic question? It's probably `point heading` − `panorama yaw`, but that makes assumptions about sign convention and assumes that the panorama yaw...
Working under the assumption that the center of your panorama corresponds to your car's heading, the center of your panorama would be facing due north if your car was driving...
The plus symbol appears when the `hotSpotDebug` parameter evaluates as `true`. I'm not familiar with CoffeeScript, so I have no idea why your code is doing this. If you run...
The simplest—although less elegant—method would be to create a separate CSS class for each hot spot. The `cssClass` parameter can be a space-separated list of classes, so you could have...
Can you provide an example? I'm not entirely sure what the flickering you're describing is or what you mean by "the new scene's tiles load on top of the previous...
Closing due to lack of response.
While it's a reasonable request in principle, I'm not sure I agree with it. Having a "latest" path means automatic upgrades for potentially breaking changes, which I'd rather not be...
> the gl.getParameter(gl.MAX_TEXTURE_SIZE) returns 0 as the maxWidth, is there any idea for this problem? Your browser doesn't properly support WebGL. I'm not sure what else to tell you. >...