PHY: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
[[PHY]] is the extension for Source's proprietary [[collision model]] data format.  It stores data for the rigid or jointed (ragdoll) [[collision model]] used by the [[MDL]].
[[PHY]] is the extension for Source's proprietary [[collision model]] data format.  It stores data for the rigid or jointed (ragdoll) [[collision model]] used by the [[MDL]]. In addition, it stores [[prop_data]] information about a model such as which gib-models to use if destroyed.


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

Revision as of 00:42, 6 August 2010

PHY is the extension for Source's proprietary collision model data format. It stores data for the rigid or jointed (ragdoll) collision model used by the MDL. In addition, it stores prop_data information about a model such as which gib-models to use if destroyed.

See also