VTX: 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


VTX is the extension for Source's proprietary mesh strip format. It stores hardware optimized material, skinning and triangle strip/fan information for each LOD of each mesh in the MDL. Currently it is found in .sw.vtx (Software), .dx80.vtx (DirectX 8.0) and .dx90.vtx (DirectX 9.0) flavours.

See also