Reputation: 1593
I am just to start to create a 3D website and i am using Cinema 4D. Now my question is how can use my 3D models to my website? They are pointing to use Py4d - a plugin, but it has been removed since the version 12 of this software. What should i do now to use my 3D model together with three.js on my website? Thanks in advance.
Upvotes: 6
Views: 6453
Reputation: 19602
An option would be exporting to OBJ. Then using OBJLoader
.
http://mrdoob.github.com/three.js/examples/webgl_loader_obj.html http://mrdoob.github.com/three.js/examples/webgl_loader_obj_mtl.html
Upvotes: 4