Angoff: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
var suffix merge
Line 1: Line 1:
'''angoff''' <number>
'''angoff''' <value><br>
'''angoffvar''' <value>


Sets the angle offset for an MD2\3 model assigned to an [[actor]].  When set, the [[actor]]'s MD2\3 model will be rendered offset by <number>. See [[angoffvar]] and [[ang]].
Sets the angle offset for a 3D model assigned to an [[actor]].  When set, the angle of the [[actor]]'s 3D model will be rendered offset by <number>.
 
Commands with an additional "var" suffix take [[gamevar]]s rather than constants or [[define]]d labels for their inputs.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Sprite manipulation]]
[[Category:Sprite manipulation]]

Revision as of 20:26, 24 February 2011

angoff <value>
angoffvar <value>

Sets the angle offset for a 3D model assigned to an actor. When set, the angle of the actor's 3D model will be rendered offset by <number>.

Commands with an additional "var" suffix take gamevars rather than constants or defined labels for their inputs.