MDL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


== See also ==
== See also ==
* [[Model Viewer]]
* [[Model Creation Overview]]
* [[Model Creation Overview]]
* [[Model]]
* [[Model]]

Revision as of 07:58, 20 January 2009

MDL is the extension for Source's proprietary model format. It defines the structure of the model along with animation, bounding box, hit box, material, mesh and LOD information. It does not, however, contain all the information needed for the model. Additional data is stored in PHY, ANI, VTX and VVD files, and sometimes, usually for shared animations, other .mdl files.

See also