data type of transformation matrix in PyLuxCore

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
mick
Posts: 80
Joined: Mon May 21, 2018 7:57 pm

data type of transformation matrix in PyLuxCore

Post by mick »

What is the data type of the parameter transform for the function DefineMesh()? I.e., how do I create it?
mick
Posts: 80
Joined: Mon May 21, 2018 7:57 pm

Re: data type of transformation matrix in PyLuxCore

Post by mick »

Found it in the source code. It's a flattened list, i.e. python list of 16 floats.
Post Reply