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 ?

link|improve this question

Have a look here as well: stackoverflow.com/questions/4927250/… – Bart Jul 29 '11 at 14:49
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.