Graver
Graver

Reputation: 127

I need a source for three.js

Can somebody give me some information or a tutorial, to import an 3d model in format .obj with three.js?

Upvotes: 1

Views: 155

Answers (1)

user1565123
user1565123

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

Related Questions