WoW:API Model SetFacing: Difference between revisions

m
Pi!
No edit summary
 
m (Pi!)
Line 3: Line 3:
Rotates the displayed model for the given angle in counter-clockwise direction
Rotates the displayed model for the given angle in counter-clockwise direction


  myModel:SetFacing(3.141);    --rotates the model 180°
  myModel:SetFacing(math.pi);    --rotates the model 180°


----
----