![]() |
#2
|
|||
|
|||
Hi David,
I'm not exactly sure what you want to do, but you can manually set each individual element of the 4x4 matrix. The transform object has a function called 'set' which takes 16 numbers. import vizmat tran = vizmat.Transform() tran.set(1,2,3, ... , 16) Is this what you were looking for? -- Farshid |
Thread Tools | |
Display Modes | Rate This Thread |
|
|