CesiumGS / obj2gltf

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

Different handling of separate textures #168

Open lilleyse opened 5 years ago

lilleyse commented 5 years ago

obg2gltf has a writer callback option that gives the user control of how separate textures are saved. It might be better for obj2gltf to return an object containing the gltf or glb and a dictionary of separate textures, similar to what gltf-pipeline does.

This would be a breaking change.