HTML5 中的交互式 3D 模型
有人知道是否可以将用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以查看 WebGL,它使用 HTML5 canvas 元素。
You could take a look at WebGL, which uses the HTML5 canvas element.
对于 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/
我最后一次使用 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.