MDL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(no need for that much detail)
mNo edit summary
Line 3: Line 3:
== See also ==
== See also ==
* [[Model Creation Overview]]
* [[Model Creation Overview]]
* [[Model]]


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Modeling]]
[[Category:Modeling]]

Revision as of 11:00, 6 April 2008

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