I need to draw some textured 3D polygons on 2D (does not need be perspective corrected or anything very fancy). Are there any free/OSS libs/engines which would do some primitive 3D operations on 2D context?
Namely I cannot use webGL because of
-
Microsoft
-
Android
In three.js you can use canvas (2d context) as a renderer.