//for json blender file
loader. load(“blendobject. json”,function(object){
scene.add(object);
});
Maybe this example will help you: https://threejs.org/examples/#webgl_loader_json_blender
2 Likes
Thanks … Please can you give another examples and tutorials for that topic?.. I searched a lot but don’t find any useful example @Mugen87
You can check out the documentation or some more loader examples for different file formats. Unfortunately, i don’t know other kind of resources about this topic.
1 Like
I haven’t done this for a while, but what you need to do is get the blender JSON exporter plugin and, from blender, export your geometry to a JSON. There are several settings you need to specify when you export it, but I can’t remember exactly what those are.
1 Like
Thanks