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.
lesson09_screen_shot 
The full source code could be found from here.

posted @ 2012-12-29 23:14  opencoder  阅读(164)  评论(0编辑  收藏  举报