Web 浏览器中的 VRML
我想在网站中构建 3D 对象(或动画)。 我有 VRML (*.wrl) 文件并希望使其在大多数浏览器中播放。也许我必须使用flash,也许html5,也许其他一些工具...是否可以使3d动画在大多数浏览器中播放而无需任何额外的插件?
I want to build in 3d object (or animation) in the web site.
I have VRML (*.wrl) file and want to make it play in most browsers. Maybe i have to use flash, maybe html5, maybe some other tools... Is it possible to make 3d animation play in most of the browsers without any additional plugins ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,目前大多数网络浏览器如果没有插件就无法实现 3D。如今最广泛的支持是使用 Adobe Shockwave,因为许多人已经安装了必要的 Adobe Flash 插件。不过我不相信它可以在 Linux 机器上开箱即用。
未来可能在于 X3DOM (http://www.x3dom.org/)。它使用 WebGL 允许在浏览器中直接使用 X3D 功能的子集,而无需插件。不过,目前 Firefox 和 Chrome 需要相对较新的显卡和驱动程序才能运行 WebGL,并且微软已宣布没有计划在 Internet Explorer 中支持 WebGL。然而,使用 Adobe Flash 插件对 X3DOM 的支持将解决这个问题。
As far as I know, there's no way today to have 3D in most web browsers in use today without a plug-in. The most widespread support today would be to use Adobe Shockwave as many would have the necessary Adobe Flash plug-in already installed. However I don't believe it runs out of the box on linux machines.
The future may lie in X3DOM (http://www.x3dom.org/). It uses WebGL to allow a subset of X3D capability right in the browser with no plug-ins. However, at present, a relatively current graphics card and drivers are required to run WebGL with Firefox and Chrome, and Microsoft has announced it has no plans to support WebGL in Internet Explorer. However support for X3DOM using the Adobe Flash plug-in will address this.