$jointsurfaceprop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
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'''.  
* See also [[$surfaceprop]].


== Syntax ==
== Usage  ==
  $jointsurfaceprop "<bone_name>" "<surfaceprop_name>"
  $jointsurfaceprop <bone name> <surfaceprop>


== See also ==


[[Category:QC Commands]]
*[[$surfaceprop]]
 
 
[[Category:QC Commands|J]]

Revision as of 12:03, 27 April 2008

Applies a Material Surface Property to a particular bone and all of its children.

Usage

$jointsurfaceprop <bone name> <surfaceprop>

See also