Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Starting Cinema 4D [R13+] and Three.js

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.

like image 510
MuntingInsekto Avatar asked Oct 05 '22 12:10

MuntingInsekto


1 Answers

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

like image 167
mrdoob Avatar answered Oct 12 '22 23:10

mrdoob