I was going through your code in gltf-obj converter part, and noticed that material reader you're using here is from javagl.obj of old version 0.3.0. And some of the materials aren't treated as they should be (in my case the newer version of obj reader is doing well). I guess that's because of pom.xml of the package, here the obj library version is set to 0.3.0 (but I believe, the newest is 0.4.0). Maybe it is possible to update it to the newest?
I was going through your code in gltf-obj converter part, and noticed that material reader you're using here is from javagl.obj of old version 0.3.0. And some of the materials aren't treated as they should be (in my case the newer version of obj reader is doing well). I guess that's because of pom.xml of the package, here the obj library version is set to 0.3.0 (but I believe, the newest is 0.4.0). Maybe it is possible to update it to the newest?