球形全景图?

发布于 2024-12-20 00:45:37 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

鲜血染红嫁衣 2024-12-27 00:45:37

几天前这是我的问题,但现在不再是了。您可以通过多种方式将其呈现在网页上,通过插件(Flash、QTVR,甚至 Java 小程序)或非插件 - HTML5。

我个人推荐 HTML5,因为它显然是 Web 的未来。当谈到 HTML5 时,你还有很多选择:

  1. Three.js

    • 立方地图全景图一:客户端浏览器需要支持WebGL(即iPhone无法查看该页面),需要将全景图切成6个立方体面。更多信息此处
    • 立方地图全景图II:客户端浏览器不需要支持WebGL(iPhone可以查看),每次通过CSS3d进行旋转/变换,仍然需要将全景图切成6个立方体面。更多信息此处
    • 等距柱状全景图:客户端浏览器需要支持WebGL。您所需要的只是一个等距柱状投影图像。更多信息请此处
  2. pano2VR.js

    • 这是商业软件“pano2vr”的一部分。该软件可以将您的等距柱状图像分割成 6 个立方体面图像,并将其呈现在 html 页面中,一切都是自动的。不需要WebGL,iPhone就可以查看。更多信息此处

HTML5 方式还有更多选择,我不记得了。无论如何,希望这对您有帮助。 :)

This was my problem few days ago but not anymore now. You have many ways to present it on web page, via plugins(Flash, QTVR, even Java applet) or non-plugin - HTML5.

I personally recommend HTML5, because it's obviously the future of web. When it comes to HTML5, you still have many choices:

  1. Three.js

    • Cubic map panorama I: Client browser needs to support WebGL (it means iPhone cannot view this page), and you need to slice the panorama into 6 cube faces. More info here
    • Cubic map panorama II: Client browser dont need to support WebGL (iPhone can view), every rotate/transform via CSS3d, you still need to slice the panorama into 6 cube faces. More info here.
    • Equirectangular panorama: Client browser needs to support WebGL. All you need is an equirectangular image. More info here.
  2. pano2VR.js

    • This is part of the commercial software "pano2vr". This software could slice your equirectangular image into 6 cube face images and present it in a html page, everything automatically. Don't need WebGL, iPhone can view it. More info here.

There're far more choices in HTML5 way which I don't remember. Anyway, hope this is helpful for you. :)

雨落星ぅ辰 2024-12-27 00:45:37

如果您已经拼接/组合了图像,则可以查看 krpano 全景查看器。这是一个显示全景图的 Flash 应用程序。它也可以在 Javascript 中使用。您可以在 360Cities 上查看它的实际情况。

If you've already stitched/assembled your images, you might check out the krpano Panoramic Viewer. It's a Flash application which displays panoramas. It's also available in Javascript. You can see it in action at 360Cities.

客…行舟 2024-12-27 00:45:37

我找到了几个解决方案:

我有 Photoshop,我发现 Zoomify 可以实现我想要的功能,并且它直接内置于 Photoshop 中。

我还看到 this 可以与 、 和 WebGL 配合使用。

I found a couple solutions:

I have Photoshop and I discovered that with Zoomify it will do what I am looking for and it is built right into Photoshop.

Also I saw this that works with , and WebGL.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文