What is the difference between .md5mesh and .dae?
- Name
 - Doom 3 MD5 Mesh
 - Collada
 
- Extension
 - .md5mesh
 - .dae
 
- Category
 - Game
 - 3D
 
- Developer
 - id Software
 - Khronos Group
 
- Description
 - MD5MESH is a 3D mesh file format used by the video game Doom 3. It stores mesh data in a format that is used to render 3D models in the game. It contains data such as vertex positions, texture coordinates, vertex normals, triangles, and skinning weights.
 - The Collada file format was developed to permit cross-platform collaboration when using different design applications. DAE is an open-source format that uses the XML-based schema allowing it to effectively transverse across multiple programs.
 
- MIME Type
 - model/md5mesh
 - model/vnd.collada+xml
 
- Sample
 - sample.dae
 
- Wikipedia
 - .dae on Wikipedia