Question

I have .obj, .3ds and .ase files from a client, who has created this 3D model using 3ds Max. I need to display this 3D model on a web page. I can use HTML5 as well.

How to do it with or without HTML5?

Was it helpful?

Solution

You could try using something like Unity web player, you would have to create a bit of a framework to support exactly what you want but this shouldnt be too difficult, you could then run this on any browser with the unity web player plugin.

There are also other players which might be of use, although not necesserily all web versions. Inventor handles 3ds max files just fine and has possibility of other players, I'm not sure if there is a web version though, might be worth looking into.

There are a few projects out there that could deffinately help such as Three.js, this would deffinately be a place to start.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top