warrenm / GLTFKit2

A glTF 2.0 asset loader and exporter for Objective-C and Swift.
MIT License
150 stars 26 forks source link

Losing Textures When switching from GLTFKit to GLTFKit2 #18

Closed dosterz97 closed 2 years ago

dosterz97 commented 2 years ago

This model is loosing its texture when switching over to your library, other models seem to be just fine.

GLTFKit1: Screen Shot 2022-04-20 at 4 15 37 PM

GLTFKit2: Screen Shot 2022-04-20 at 4 19 08 PM

I can email the model if that helps for debugging purposes.

warrenm commented 2 years ago

Yes, please do share a model that exhibits this problem to warren@fourspace.co. Thanks!

warrenm commented 2 years ago

Right. Looks like we're not actually parsing data URLs in images. I'll get to work on that.

warrenm commented 2 years ago

This should be improved with 5f75e5d. Let me know if you have further issues!

warrenm commented 2 years ago

This issue will be automatically closed in 7 days if no further comment is received.

warrenm commented 2 years ago

Closing due to inactivity.