Tagged Questions
0
votes
2answers
589 views
Using Assimp to load dae files
I've started looking into using Assimp to load in dae collada files into my game.
I believe I've managed to load the file into aiscene.
I am using c++, OpenGL and SFML.
My problem lies with ...
11
votes
2answers
4k views
I can't figure out how to animate my loaded model with Assimp
I have loaded in a model to my C++ OpenGL game. It is a COLLADA file type that I have loaded, and I setup an animation under blender for the file. The problem is I don't know how to animate the model. ...