EasyGame Lesson09 – MD2 Animation
MD2 Animation is a kind of vertex animation that will save all vertex position for each frame. Yes, this technology is very memory consuming. But it also have some advantage too. You could take it as the pre-computed skeleton animation. For some platform, using skeleton animation will result in a lots of running time calculation (mainly matrix multiple). So, you pre-calculate for each frame and save into the memory. You trade the time with memory.
The full source code could be found from here.