0

I am developing an onLine application where users can upload 3d models, reposition them on the screen and resize them also. Is it possible to render 3d models in the browser generated from various 3d design softwares. If yes then please anybody help me how to do that ? Thanks in advance!

Adesh Pandey
  • 769
  • 1
  • 9
  • 22
  • The Collada XML structure is somewhat manageable; I did a half-assed collada-to-json converter http://hexaflexagon.com/src/web/omino.com2/experiments/webgl/OmCollada.py, and from there it's not far to render as triangles and stuff (after you learn WebGL). But ThreeJs library has collada reader built in, and is a shorter path most likely. Not sure about other format... – david van brink Nov 17 '13 at 00:34
  • 1
    Thanks David, I will check your code and threejs has inbuilt features for rendering 3d objects but it does not show some objects correctly. – Adesh Pandey Nov 19 '13 at 04:26

0 Answers0