Question
create custom matrix transform
hi, i want to assign a transform matrix to an object, but i
want to assign the values myself (as in, no 'rotate, scale etc'),
but for example, set a matrix like
[1, 0
0, 1]
which if applied, would have no effect, but would be valid (actually not exactly that matrix, but you get the idea). i want to set the values of the matrix and the object should be affected by those values that i set by myself, no ´scale´, ´rotate´ or any predefined operations. how can i set my own matrix? tnx
[1, 0
0, 1]
which if applied, would have no effect, but would be valid (actually not exactly that matrix, but you get the idea). i want to set the values of the matrix and the object should be affected by those values that i set by myself, no ´scale´, ´rotate´ or any predefined operations. how can i set my own matrix? tnx
