From BlenderWiki

< Dev:Ref | File Formats
Revision as of 00:04, 11 February 2009 by Mindrones (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

"MD2 is the file format used by Quake II for its 3D models. The format supports frame-based vertex animation and is easy to use once you understand the quirks of the encoding. However, before you dive in and commit to using MD2 for your game, be warned, MD2 stores the vertex information as single bytes. This results in a smaller file but loses accuracy in the model geometry. The loss of vertex precision is noticeable when animating the model, the shape wobbles as it moves. Therefore the format isn't the best if your model is going to be close to the viewer for long periods." -- quoted from [1]

[edit] Links