How to load google's pano images? I've tried the equirectangular and multires types, and the result comes out horribly. Can someone please share an example configuration for loading google panos that have a folder structure such as: pano/__WNYkII_ZVn1HebX4Y7XA/0/0 with images 0.jpg, 1.jpg, 2.jpg, and 3.jpg ? I'd greatly appreciate it. An example of the panos is attached:
I've tried the following setups, but with very little success. And using cubeMap, I get an error every time that says:
"The file http://localhost:3210/undefined could not be accessed."
The access error is not displayed for the same path used for the equirectangular and multires types.
Google's horrible, tiled equirectangular format isn't supported. I'm also not going to condone your copyright infringement of Google's Street View images.
How to load google's pano images? I've tried the equirectangular and multires types, and the result comes out horribly. Can someone please share an example configuration for loading google panos that have a folder structure such as: pano/__WNYkII_ZVn1HebX4Y7XA/0/0 with images 0.jpg, 1.jpg, 2.jpg, and 3.jpg ? I'd greatly appreciate it. An example of the panos is attached:
__WNYkII_ZVn1HebX4Y7XA.zip
I've tried the following setups, but with very little success. And using cubeMap, I get an error every time that says: "The file http://localhost:3210/undefined could not be accessed."
The access error is not displayed for the same path used for the equirectangular and multires types.
My setup is below: ` pannellum.viewer(
);