$renamematerial: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: added $texturegroup and $lod links)
m (→‎Usage: typo ;-))
Line 1: Line 1:
The [[QC command]] '''<code>$renamematerial</code>''' allows a model to used a different [[material]] to the one specified in its [[Reference mesh|reference]] SMD.
The [[QC command]] '''<code>$renamematerial</code>''' allows a model to used a different [[material]] to the one specified in its [[Reference mesh|reference]] SMD.


== Usage ==
== Syntax ==


  $renamematerial <current material> <new material>
  $renamematerial <current material> <new material>

Revision as of 07:57, 29 April 2008

The QC command $renamematerial allows a model to used a different material to the one specified in its reference SMD.

Syntax

$renamematerial	<current material>	<new material>

See also