hi, I have a problem. when i import obj mesh and auto load texture from obj file, I can't load the texture. this problem occurs some obj file.
the first image is using Babylonjs, second is using Threejs.
sources:
BABYLON.SceneLoader.ImportMesh("", "/model/load/", "turbosonic.obj", scene, function (meshes) {
});
help..