Page 1 of 1

data type of transformation matrix in PyLuxCore

Posted: Sat May 26, 2018 11:58 pm
by mick
What is the data type of the parameter transform for the function DefineMesh()? I.e., how do I create it?

Re: data type of transformation matrix in PyLuxCore

Posted: Sun May 27, 2018 12:08 am
by mick
Found it in the source code. It's a flattened list, i.e. python list of 16 floats.