I have successfully loaded and rendered a model into directx using assimp and now I want animate my character. How can I animate my character using assimp?
I found this tutorial : http://ogldev.atspace.co.uk/www/tutorial38/tutorial38.html but it uses opengl's ability to buffer data to the vertex buffer from more than one buffer(or one struct).
Any help will be greatly appreciated.