Pitch: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 3: Line 3:
Sets the value of a pitch rotation (about the Y-axis) for the [[actor]]'s model. The rotation center can be offset from the model center by settings the [[mdxoff]], [[mdyoff]] and [[mdzoff]] members to non-zero values.
Sets the value of a pitch rotation (about the Y-axis) for the [[actor]]'s model. The rotation center can be offset from the model center by settings the [[mdxoff]], [[mdyoff]] and [[mdzoff]] members to non-zero values.


<number> is an angle exprimed in [[Build units]].
<number> is an angle exprimed in [[Build units]]. -512 looks up while 512 looks down.


See the [[model rotation]] guide for further explanation about the usage of this command.  
See the [[model rotation]] guide for further explanation about the usage of this command.  

Revision as of 07:38, 13 November 2011

pitch <number>

Sets the value of a pitch rotation (about the Y-axis) for the actor's model. The rotation center can be offset from the model center by settings the mdxoff, mdyoff and mdzoff members to non-zero values.

<number> is an angle exprimed in Build units. -512 looks up while 512 looks down.

See the model rotation guide for further explanation about the usage of this command.