Preferred 3d model format of THREE.JS

balazs picture balazs · Jun 28, 2012 · Viewed 38.2k times · Source

What is the preferred 3d model format of THREE.JS which is widely used by 3d modelling softwares (can export to that format). I ask this, because I have my 3d models in an own unique format, and would like to use them in THREE.JS. While I could write an own loader, but I think it's better to convert them to a standard format.

Answer

mrdoob picture mrdoob · Jun 28, 2012

We have our own JSON Geometry format.

You can use these: