WoW:API Model SetFacing: Difference between revisions
Jump to navigation
Jump to search
({{widgetmethod}}) |
m (Move page script moved page API Model SetFacing to API Model SetFacing without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Rotates the displayed model for the given angle in counter-clockwise direction | Rotates the displayed model for the given angle in counter-clockwise direction |
Latest revision as of 04:46, 15 August 2023
← Widget API ← Model < SetFacing
Rotates the displayed model for the given angle in counter-clockwise direction
myModel:SetFacing(math.pi); --rotates the model 180°
- Arguments
- angle: the angle which you want to rotate specified in radians.
- Returns
- nil
- Description
The rotation works like rotating your portrait in the CharacterFrame. Blizzard calculates the axis around which it rotates from the fixed coordinate system of the mesh-file, so you have no influence on this without changing the mesh-file itself.