HTML5 中的交互式 3D 模型

发布于 2024-09-09 05:26:53 字数 161 浏览 6 评论 0原文

有人知道是否可以将用 3ds Max 制作的建筑物的 3D 模型放到 HTML5 网页上,并使其具有交互性,例如平移和缩放,甚至可以使用它在网站中导航?

如果这在 HTML 5 中或使用如此详细的模型是不可能的,是否有人有任何建议可以在 Flash 中或使用按比例缩小的模型来实现类似的功能?

does anybody know if its possible to get a 3D model of a building made in 3ds Max for example, onto an HTML5 web-page and make it interactive, for example pans and zooms,maybe even use it for navigation through a site?

If this is not possible in HTML 5 or with such a detailed model does anyone have any recommendations for achieving something similar in say Flash or using a scaled down model?

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

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

发布评论

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

评论(3

心意如水 2024-09-16 05:26:53

您可以查看 WebGL,它使用 HTML5 canvas 元素。

You could take a look at WebGL, which uses the HTML5 canvas element.

玉环 2024-09-16 05:26:53

对于 HTML/ HTML5 中的 WebGL,您可以使用
X3D (.x3d): X3DOM => http://x3dom.org | http://github.com/x3dom/x3dom

COLLADA (.dae): Three.js http://github.com/mrdoob/ Three.js

对于 Flash,有 Away3D:
http://away3d.com/ | http://code.google.com/p/away3d/

For WebGL in HTML/ HTML5 you can use
X3D (.x3d): X3DOM => http://x3dom.org | http://github.com/x3dom/x3dom

COLLADA (.dae): Three.js http://github.com/mrdoob/three.js

For Flash there is Away3D:
http://away3d.com/ | http://code.google.com/p/away3d/

记忆消瘦 2024-09-16 05:26:53

我最后一次使用 3DS 进行工作是在 1999 年至 2000 年左右。当时它有一个“导出到 VRML”功能 - 如果仍然是这种情况,您几乎肯定可以将 VRML 转换(有可用的工具)到 X3D,以便与 HTML5 的 Canvas 一起使用。

您可能会找到 @ViennaMike 的答案 我之前的(相关)问题对于一些指导很有用。他链接到一些演示和常见问题解答。

The last time I did any work with 3DS was around 1999-2000. Back then it had an 'Export to VRML' feature - if this is still the case you could almost certainly convert (tools are available) VRML to X3D for use with HTML5's Canvas.

You might find @ViennaMike 's answer to my earlier (related) question useful for some pointers. He links to some demos and an FAQ.

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