$body: Difference between revisions
Jump to navigation
Jump to search
Tip:Multiple reference meshes can be handled with a
m (otherlang2'd) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{otherlang2 | {{otherlang2 | ||
|ru=$body:ru | |ru=$body:ru | ||
|ko=$body:ko | |||
}} | }} | ||
The [[QC command]] '''<code>[[$body]]</code>''' is used to add a [[reference mesh]] to a model. Without at least one <code>$body</code> the model will be invisible (exception: models with [[facial animation]] use <code>[[$model (QC)|$model]]</code> instead). | The [[QC command]] '''<code>[[$body]]</code>''' is used to add a [[reference mesh]] to a model. Without at least one <code>$body</code> the model will be invisible (exception: models with [[facial animation]] use <code>[[$model (QC)|$model]]</code> instead). |
Revision as of 23:16, 11 March 2014
Template:Otherlang2
The QC command $body
is used to add a reference mesh to a model. Without at least one $body
the model will be invisible (exception: models with facial animation use $model
instead).

$bodygroup
.Syntax
$body <name> <reference mesh SMD>
Example
$modelname "weapons/shell.mdl" $cdmaterials "models/weapons/" $body shell "shell_ref.smd" $sequence idle "shell_idle.smd"
See also
- Reference mesh
- $lod, for lowering detail at a distance
- $bodygroup, for managing multiple
$body
s - $model, for facial animation