$jointsurfaceprop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(minor cleanup and info)
Line 1: Line 1:
Applies a [[Material Surface Property]] to a particular bone '''and all of its children'''.  
Applies a [[Material Surface Property]] to a particular bone '''and all of its children'''. [[HLMV]] can be used to generate blocks of .QC file that sets the surface properties correctly.


== Usage  ==
== Syntax ==
  $jointsurfaceprop <bone name> <surfaceprop>
  $jointsurfaceprop <bone name> <surfaceprop>


Line 8: Line 8:
*[[$surfaceprop]]
*[[$surfaceprop]]


 
[[Category:QC Commands|jointsurfaceprop]]
[[Category:QC Commands|J]]

Revision as of 20:00, 28 April 2008

Applies a Material Surface Property to a particular bone and all of its children. HLMV can be used to generate blocks of .QC file that sets the surface properties correctly.

Syntax

$jointsurfaceprop <bone name> <surfaceprop>

See also