Why does my OBJ / MTL model material show up as black?
问题 Why does my OBJ model have has no material and display as black? I have an OBJ: <a-obj-model id="gorilla" src="#gorilla-obj" mtl="#gorilla-mtl"></a-obj-model> I can see the geometry, but the material shows up as black. 回答1: If you check your MTL, you might notice it is trying to use TGA or some other sort of textures that aren't plain images. In this case, you need to include additional three.js loaders. You could try including all the necessary loaders like including https://github.com