CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.7k stars 305 forks source link

Add ability to ignore external textures #169

Open lilleyse opened 5 years ago

lilleyse commented 5 years ago

There should be an option to skip reading and writing external textures while processing the obj. This will help obj2gltf run faster and use less memory in situations where textures aren't needed or are managed by the user separately. This could tie in nicely to https://github.com/AnalyticalGraphicsInc/obj2gltf/issues/168

CC @mramato