Open aliMurtaja opened 10 months ago
You need to provide a basePath
to the root of the multires tile directory for each image. You're not providing one, so it's trying to load the same images for every scene, starting from the root of your site.
Ok but I don't have tile's directory, I have only one 360 Image which I need to load using multiRes
.
360 Image :: https://xrtoursdevassets.blob.core.windows.net/2659b7e4-0038-4516-8f26-81e099f6f749/VirtualTours/208/99d5459a-37e5-406b-8c89-82d6e464948a.jpg
I thing I can't load image using multiRes
, the reason I only have one Image not tile's directory, right ??...
Hi Ali, You guessed it right! You must create the tiles, from your equirectangular image, using generate.py. This you create the tiles directory for multires visualization.
all the best,
Luís Henrique
Em seg., 8 de jan. de 2024 às 03:52, aliMurtaja @.***> escreveu:
Ok but I don't have tile's directory, I have only one 360 Image which I need to load using multiRes. 360 Image :: https://xrtoursdevassets.blob.core.windows.net/2659b7e4-0038-4516-8f26-81e099f6f749/VirtualTours/208/99d5459a-37e5-406b-8c89-82d6e464948a.jpg
I thing I can't load image using multiRes, the reason I only have one Image not tile's directory. right ??...
— Reply to this email directly, view it on GitHub https://github.com/mpetroff/pannellum/issues/1200#issuecomment-1880464122, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPYPLNR5GUCONNYUZWC763YNOJRRAVCNFSM6AAAAABBMYJMX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGQ3DIMJSGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- -- Luis Henrique Camargo Quiroz http://luishcq.br.tripod.com - http://www.christusrex.org/www2/cantgreg http://panoramaslh.net/
Thanks @luishcq for response. I got it...
But I don't want to use other library and directory for tiles. Now, Simply I want to show fallback UI whenever image is too big. So is there any way to show Fallback UI in that case ??...
hello @mpetroff @luishcq hope you saw my previous query. https://github.com/mpetroff/pannellum/issues/1200#issuecomment-1886363800
please let me know for the same....
Now, Simply I want to show fallback UI whenever image is too big.
Pannellum will display an error message if the image is too big.
Hello
Matthew Petroff
I want to replace
equirectangular
tomultiRes
.here's my current code which is working with
equirectangular
::I want to replace above code wrote using
equirectangular
tomultiRes
I tried something like below, but didn't work
It gave me this result (screentshoot attached)
Thanks in advance