I have to create a three dimensional model in a browser based application. This application should work on all major browsers.I want a technology other than java applet and flash.Can anyone please clarify my below questions?
What will be the best option to create a three dimensional model in a browser based environment ie WebGL or SVG?
Do we get any third party library for doing three dimensional applications in web browser?
If you need to support IE 8 and below you will probably need to consider Flash as a fallback. three.js, as I understand it, is more or less a port of the popular Flash 3D engine Papervision. I'm not sure the project is maintained anymore but, if you do require a Flash fallback, it might be worth considering because of the similarities in the API.