mpetroff / pannellum

Pannellum is a lightweight, free, and open source panorama viewer for the web.
https://pannellum.org/
MIT License
4.15k stars 710 forks source link

"type": "cubemap" pattern, Whether to support network pictures? #1187

Closed FED-Noob closed 7 months ago

mpetroff commented 7 months ago

What's a "network picture"?

FED-Noob commented 7 months ago

Do not load local images, use https network resources

FED-Noob commented 7 months ago

What's a "network picture"?什么是“网络图片”? Do not load local images, use https network resources,

mpetroff commented 7 months ago

use https network resources

That's the typical usage. The cube map example loads images over HTTPS: https://pannellum.org/documentation/examples/cube-map/

FED-Noob commented 7 months ago

Okay, thank you. I've taken care of that