I want to build开发者_StackOverflow中文版 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 ?
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.
精彩评论