obj2gltf
obj2gltf copied to clipboard
mtl
Hello, I want to use ifc2b3dm, in which your plug-in is used. Ifc transfers obj to generate. Obj and. MTL.So how do you convert these two files to GLTF?
If you have the obj and mtl you should be able to follow the instructions here to convert them to glTF: https://github.com/AnalyticalGraphicsInc/obj2gltf#using-obj2gltf-as-a-command-line-tool.
You do not need to pass in the mtl file to the command. As long as the obj references the mtl file it should work.