SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
915 stars 124 forks source link

Support Alternate Joint Component Types #48

Closed Spirrwell closed 3 years ago

Spirrwell commented 3 years ago

This fixes messed up joint indices/broken animations when the joint component type is unsigned byte as I mentioned in this issue here: https://github.com/SaschaWillems/Vulkan-glTF-PBR/issues/47

SaschaWillems commented 3 years ago

Thanks for your PR. Very much appreciated :)