warrenm / GLTFKit2

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

Add support for SceneKit material names and morph target names. #7

Closed lenkawell closed 3 years ago

lenkawell commented 3 years ago

These are handy for apps that want to access these via name rather than index. https://github.com/KhronosGroup/glTF/issues/1036

Also resolved NSImage vs. UIImage so it's usable on iOS. Not sure if this is how you'd like to fix this long-term, but it seems to work for my test cases.

warrenm commented 3 years ago

Thanks, Len!