Roll: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
roll <number> | |||
Sets the value of a roll rotation (about the X-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]]. | |||
See the [[model rotation]] guide for further explanation about the usage of this command. | |||
[[Category:EDuke32 specific commands]] | |||
[[Category:Sprite manipulation]] |
Revision as of 00:20, 6 November 2005
roll <number>
Sets the value of a roll rotation (about the X-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.
See the model rotation guide for further explanation about the usage of this command.