Advertisement

milkshape file format

Started by April 02, 2005 09:39 AM
2 comments, last by traiger 19 years, 7 months ago
Does anyone here now the milkshape file format?
Maybe this can help:

http://nehe.gamedev.net/lesson.asp?index=07

and for more information:

http://rsn.gamedev.net/

Luke.
Member of the NeHe team.
Advertisement
It's pretty simple and you can download the SDK from the milkshape site.

The basic format of it is:

- Header
- Vertex Count
- Vertex Data
- Triangle Count
- Triangle Data
- Group Count
- Group Data
- Material Count
- Material Data
- Bone Count
- Bone data

or something like that...
I found a good description of the file format here.

http://astronomy.swin.edu.au/~pbourke/geomformats/ms3d/

This topic is closed to new replies.

Advertisement