Template:KV Angles: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (linked angles, note comprehension)
(keep the raw KV name, for now, but re-ScrollBox for consistency)
Line 1: Line 1:
; Pitch Yaw Roll (Y Z X) <code>''[[angles]]'' <[[QAngle|angle]]></code>
{{ScrollBox|title=Angles|
: This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.{{note|The transform tool applies inverted rotation on the Y-Axis.}}
; Pitch Yaw Roll (<code>[[angles]]</code>) <code><[[QAngle|angle]]></code>
: This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis. {{note|The transform tool applies inverted rotation on the Y-Axis.}}
}}

Revision as of 03:32, 27 July 2009

Angles:
Pitch Yaw Roll (angles) <angle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Note.pngNote:The transform tool applies inverted rotation on the Y-Axis.