How to convert object to json file for three.js model loader

后端 未结 6 1889
臣服心动
臣服心动 2021-02-04 05:41

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.

Now I need to

6条回答
  •  时光取名叫无心
    2021-02-04 06:05

    Thats a pretty late reply. I have written a converter to read obj files and convert to ThreeJS supported JSON format: https://github.com/theMaxscriptGuy/Windows_Programs/tree/master/Obj_To_ThreeJS

    Download all the files as zip and run converter.exe...

提交回复
热议问题