$origin: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (categorized)
Line 6: Line 6:
<code>$origin x y z</code><br>
<code>$origin x y z</code><br>
Refer to picture for axis manipulations.
Refer to picture for axis manipulations.
[[Category:QC Commands]]

Revision as of 08:07, 29 January 2008

This picture shows how origins are changed in the source engine.

$origin command

$origin is a QC Command that offsets the center of a model in the source engine. This command is very useful for adjusting view models.

$origin syntax

$origin x y z
Refer to picture for axis manipulations.