I have some bohemian chandeliers’s models produced by Blender, now i want draw using three.js. How can i do this ??? Thank you.
Pleas read the following guide for more information about loading 3D models in three.js
.
https://threejs.org/docs/index.html#manual/en/introduction/Loading-3D-models
The idea is to use a glTF
based workflow. BTW: Blender 2.8 already has a built-in glTF
exporter/importer.
1 Like