CesiumGS / obj2gltf

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

Add hook for unsupported imagery types #206

Open tfili opened 5 years ago

tfili commented 5 years ago

Add a callback that will allow a user to take an image of unknown type and convert/replace it with a png or jpeg.

I've been running into models with various texture types (eg. tga, tif, bmp, etc).