neoPano - Forum

Forum Navigation
You need to log in to create posts and topics.

neoPano

hi,

 

I found a new ai site that generates free 360 panoramic views of any text description.

https://skybox.blockadelabs.com/

But the images won't load into my neoPano container.

Is there something on the server side?

thanks

.

 

Vadim has reacted to this post.
Vadim

@fkapnist, this resource is awesome! Thanks for sharing!
neoPano should work perfectly with these images, just be sure to use a web server like neoPhp Server to run your app.

Regards.

fkapnist has reacted to this post.
fkapnist
Quote from luishp on April 3, 2023, 5:51 pm

@fkapnist, this resource is awesome! Thanks for sharing!
neoPano should work perfectly with these images, just be sure to use a web server like neoPhp Server to run your app.

Regards.

Your sample file VuEotNG.jpg works when I tested it,

but when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."

neoPanoInitialize "Container1" "https://www.mysite.com/VuEotNG.jpg" false 0 false
.neoPanoInitialize "Container1" "https://i.imgur.com/VuEotNG.jpg" true 0 false
neoPanoAddEvent "Container1" "animatefinished" "getVars"

neoPanoAddHotSpot "Container1" "people" -25.27721418572357 178.41685186715972 "People watching the Castle" "clicked" "People hotspot clicked" ""
neoPanoAddHotSpot "Container1" "statue" 7.652952856856354 -90.72368022524779 "This is a custom icon" "clicked" "Statue hotspot clicked" "hotspotclass"
neoPanoAddHotSpot "Container1" "window" 25.098631371128704 0.14822243857793183 "Window" "clicked" "Window hotspot clicked" ""
neoPanoAddHotSpot "Container1" "dom" 90 4.019921102944522 "Dome" "clicked" "Dom hotspot clicked" ""

 

 

skybox did a panorama of my island from a text prompt...

 

Uploaded files:
  • You need to login to have access to uploads.

but when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."

@fkapnist you are probably facing a CORS issue. This happens when your server is not configured to allow cross site petitions.
Note that IMGUR service allows CORS by default.
If you use a local web server it will work too.
If you upload your app to your hosting server, where the images are hosted, it will also work for sure.

Kind regards.

By the way, I do really like your island :)

fkapnist has reacted to this post.
fkapnist
Quote from luishp on April 4, 2023, 12:21 pm

but when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."

@fkapnist you are probably facing a CORS issue. This happens when your server is not configured to allow cross site petitions.
Note that IMGUR service allows CORS by default.
If you use a local web server it will work too.
If you upload your app to your hosting server, where the images are hosted, it will also work for sure.

Kind regards.

By the way, I do really like your island :)

I uploaded the neoPan app to my website and it works!

thanks

.

luishp has reacted to this post.
luishp