$model (VMT): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
TomEdwards (talk | contribs) (finally worked out what this is for) |
||
Line 1: | Line 1: | ||
The [[ | The [[material]] parameter '''$model''' marks a material as for use on a [[model]] rather than a [[brush]]. | ||
It is only necessary with shaders that could apply to either, like [[UnlitGeneric]] or [[Refract]]. | |||
== VMT syntax example == | == VMT syntax example == | ||
$model 1 | $model 1 | ||
== See also == | |||
*[[Materials for models]] | |||
*[[$model (QC)]] | |||
[[Category:List of Shader Parameters]] | [[Category:List of Shader Parameters]] |
Revision as of 12:59, 12 July 2008
The material parameter $model marks a material as for use on a model rather than a brush.
It is only necessary with shaders that could apply to either, like UnlitGeneric or Refract.
VMT syntax example
$model 1