MD3 Models

Started by
2 comments, last by Muhammad Haggag 18 years, 8 months ago
Does anyone know where I can find programming reference for md3 models? I'm looking for information on how md3 models are structured (eg. what kind of struct's to use), how to load them and iterate through the vertices, normals, etc. It doesn't necessarily have to be Direct3D specific. Thanks!
Advertisement
Hey

GameTutorials have something that might help you...

Here's the file loader:
http://www.gametutorials.com/gtstore/pc-76-8-md3-file-loader.aspx

It contains information on how to parse the md3 file, there is also some animation information in another tutorial...
You may want to check out this topic on the Irrilicht forum. Down a little bit are links to a MD3 loader with source code.
Dustin Franklin ( circlesoft :: KBase :: Mystic GD :: ApolloNL )
Sphere Games has an article with a sample that covers MD3 loading, rendering and animation with Direct3D 8.

This topic is closed to new replies.

Advertisement