GetTransformedRotation
(Difference between revisions)
(Created page with "Returns the transformed rotation (global coordinates) of the object according to it's current matrix : <br>(useful if the object is linked to other objects) rot = getTransfo...") |
Dahnielson (Talk | contribs) |
||
Line 2: | Line 2: | ||
rot = getTransformedRotation(object) | rot = getTransformedRotation(object) | ||
+ | |||
+ | [[Category:Lua scripting]] |
Revision as of 18:03, 4 February 2014
Returns the transformed rotation (global coordinates) of the object according to it's current matrix :
(useful if the object is linked to other objects)
rot = getTransformedRotation(object)