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