MDL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (updated link)
mNo edit summary
Line 1: Line 1:
[[category:Glossary]][[category:Modeling]]
[[category:Glossary]][[category:Modeling]]


[[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]], [[VTX]] and [[VVD]] files.
MDL is the extension for Source's proprietary '''m'''o'''d'''e'''l''' 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]], [[VTX]] and [[VVD]] files.


==See also==
==See also==


*[[Model Creation Overview]]
*[[Model Creation Overview]]

Revision as of 11:34, 25 July 2007


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, VTX and VVD files.

See also