GetMatrix
(Difference between revisions)
(Created page with "Returns the object's matrix in a table of 16 entries (4x4 matrix) : matrix = getMatrix(object)") |
Dahnielson (Talk | contribs) |
||
Line 2: | Line 2: | ||
matrix = getMatrix(object) | matrix = getMatrix(object) | ||
+ | |||
+ | [[Category:Lua scripting]] |
Revision as of 18:03, 4 February 2014
Returns the object's matrix in a table of 16 entries (4x4 matrix) :
matrix = getMatrix(object)