I'm following the Vulkan tutorial but it doesn't cover animation. I have finished reading the loading models chapter.
My goal is to implement functionality in my Vulkan application that will render a 3d animation which is stored in a COLLADA file format.
I would like advice for how to implement this functionality in my Vulkan application. Posting example code would be helpful. Since I'm following the tutorial my code is the same as what's on the loading models chapter.
PS: I don't want to do skeletal animation or skinned animation or anything complicated. I just want to know how to read the collada file so I can figure out how to implement this in my application