Open MS3D files...

I’m a beginner and I want open a MS3D file.
What I have to do? My e-mail is cybergame2001@ieg.com.br, if anybody cans send-me an example, tanks!

Try:
FILE* fp = fopen( “filename”, “r”);
Then it’s open…

Sorry, couldn’t resist. I am not sure but it’s possible that the SDK has what you need.
http://www.swissquake.ch/chumbalum-soft/ms3d/download.html

Mikael

Hi !

Found one: http://nehe.gamedev.net/gametutorials/lesson04.asp

Mikael