I am building a browser game with three.js and I want to load a model from Maya 2013 into my scene. I have exported the model as an obj file.
three.js
Now I need to
If you don't want to use blender, mrdoob(made threejs) has a simple python script to convert obj to json. Just run --this script-- in terminal like so:
python convert_obj_three.py -i infile.obj -o outfile.js