Matthew Petroff

Results 328 comments of Matthew Petroff

You can't initialize the viewer without a scene. Since you seem to know all your scenes ahead of time, you should construct a configuration object with all of the scenes...

You shouldn't set `dynamicUpdate: true` for normal images; it's only for when you're displaying an image from a `` or `` object. If you link to an example showing the...

I have no idea what you're trying to say. What 3D scene? It took me a while to find the panorama since I can't read Cyrillic, but once I found...

You can use whatever you want to call the `generate.py` script for each image, e.g., a shell script, a Python script, etc. It's entirely up to you how you want...

Is the aspect ratio of your image correct for the `haov` and `vaov` parameters you're specifying? With a square image, I have no problem getting the panorama to go to...

You're going to have to be a bit more specific. What's your configuration? What refreshes? If it's the whole page, I can't think of anything in Pannellum that would cause...

@yrui00 Your browser is probably running out of memory and crashing.

The `setHorizonPitch` function (like `setPitch`, `setYaw`, etc.) does not overwrite the default value; it sets the current value. When you change the scene, the value is loaded from the configuration....

The hot spots are only defined in terms of angular position. The standard conversion between spherical coordinates and Cartesian coordinates applies, although the choice of radius is arbitrary. The Wikipedia...

You can use the `getPitch()` and `getYaw()` API methods to get the camera orientation. You'd then need to get the list of hot spots from the configuration using the `getConfig()`...