EasyGame Lesson08 – Load & Display 3DS Model

This sample shows us how to read, parse 3DS file, and display them on the screen with OpenGL. The key point here is read the model vertex position, texture coordinates, vertex color and feed them into OpenGL API. Nothing special care need here.
lesson08_screen_shot
The full source code could be found from here.

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