CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.71k stars 307 forks source link

Ability to find external files and textures #54

Closed mramato closed 6 years ago

mramato commented 7 years ago

I have models where the obj paths are incorrect or absolute but the files themselves are all there and located in the same directory as the obj file. It would be great if we either:

or

The first one is probably easier and I'm fine with that until we have a good use case for the more robust feature.