$scale: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
 
$scale (scale)
 
* Scales the model by the given scale amount.
* A scale of 1.0 makes the model normal sized, 0.5 is half sized, and 2.0 is double sized.
* Note that the $scale command must be given before any .smd file references, else it will not be applied.




[[Category:QC Commands]]
[[Category:QC Commands]]

Revision as of 19:58, 7 November 2007

$scale (scale)
  • Scales the model by the given scale amount.
  • A scale of 1.0 makes the model normal sized, 0.5 is half sized, and 2.0 is double sized.
  • Note that the $scale command must be given before any .smd file references, else it will not be applied.