Is three.js ObjectLoader capable of loading textures?
问题 three.js version 0.0.70, blender version 2.73a I have a scene exported from blender to three.js json format using new io_three (not io_three_mesh ) exporter. I'm able to import the scene into three.js using ObjectLoader : var objectLoader = new THREE.ObjectLoader(); objectLoader.load('assets/models/exportedScene.json', function(imported) { scene.add(imported); }); Unfortunatelly, no texture is applied to an object, only the material. As I see from exportedScene.json file, there is an info