Thanks wallworm and try2script – some good info and suggestions there. I think I’ll limit my startup script to literally just one line, launching the…
Thanks Denis. I had to normalize the q_axis vector in order to use it to create quaternion. And the order of vectors in the cross product needed to be…
Just read this closer now. Sorry, I meant rotation matrix – not translation matrix. So we have a point C at 0,0,0 which is our center of rotation and …
Thanks for that – I’ll try to incorporate these when I’m back home. I had an idea of creating a hierarchical set of temp helpers for the time of the …
Hmm… I’m not sure if I am using the correct terms. The rotations need to be relative as in the difference between the T pose and the animated pose. So…
Thanks Mambo for your reply. Yes, I do use these functions to read the angles. However it’s not enough to read the rotation part of matrix only. Wh…