Reputation: 127
Can somebody give me some information or a tutorial, to import an 3d model in format .obj with three.js?
Upvotes: 1
Views: 155
Reputation: 89
You can get examples from here: https://github.com/mrdoob/three.js/tree/master/examples
For importing models in .obj format,you may get the example from: https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_obj.html
Upvotes: 3