MDL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (updated link)
Line 5: Line 5:
==See also==
==See also==


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

Revision as of 15:20, 25 April 2006


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