qingyangmoke / explorercanvas

Explorercanvas (excanvas.js) is an open source, Apache-licensed JavaScript library that implements the canvas API in Internet Explorer
Apache License 2.0
0 stars 0 forks source link

3D rendering #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

In the following attachment I try to use excanvas, but it doesn't work. Do you 
have any guess?

I need a 3D rendering script, which works in IE too. Can you recommend an 
existing one?

Original issue reported on code.google.com by Suli.T...@gmail.com on 25 Jun 2010 at 4:46

Attachments:

GoogleCodeExporter commented 9 years ago
ExCanvas and particularily VML perform quite bad on image transformation. I 
suggest you to use a Flash based Canvas shim like FlashCanvas or FxCanvas. You 
could also try an SVG implementation with SVGWeb.

Original comment by fabien.menager on 29 Sep 2010 at 10:30